X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=configure.in;h=10e7839325c6b61dd9d3c60147ef14a8c12eca30;hb=4fff14150128dcf569ac291f28ab60f11fbab5b4;hp=2db8f28988d7e58a236e5e26fc332d472afa6f00;hpb=7ea7dabed1b72cc25dcbdc482ac006f2b61dacfd;p=lyx.git diff --git a/configure.in b/configure.in index 2db8f28988..10e7839325 100644 --- a/configure.in +++ b/configure.in @@ -186,9 +186,18 @@ dnl problems with the AC_REQUIRE contained in KDE_DO_IT_ALL. case "$lyx_use_frontend" in xforms) # for now don't set it for xforms as this is always entered - FRONTEND="" - FRONTEND_GUILIB="xforms/libxforms.o";; - gnome) + LYX_PATH_XPM + LYX_PATH_XFORMS + FRONTEND="xforms" + FRONTEND_GUILIB="xforms/*.lo" + FRONTEND_INCLUDES="-I\$(srcdir)/xforms" + FRONTEND_LIBS="@XPM_LIB@ @XFORMS_LIB@" + FRONTEND_INFO=`cat <