From 4eb7e17e8bce357ec171370f1851eb3b29a1aa73 Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Sat, 10 Nov 2012 00:12:34 -0800 Subject: [PATCH] don't define X_LIBS when using gtk-frontend --- configure.ac | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/configure.ac b/configure.ac index a7675ab..d226c53 100644 --- a/configure.ac +++ b/configure.ac @@ -471,11 +471,13 @@ enable_sigint=$enableval AC_DEFINE(ATTENTION, 1)]) +if test x"$with_Xaw3d" = x"yes" -o x"$with_Xaw" = x"yes" ; then dnl | save all information for X in X_LIBS, also add the libraries themself dnl | since AC_PATH_XTRA only adds the paths X_LIBS="$X_PRE_LIBS $X_LIBS $X_EXTRA_LIBS -lXmu -lX11 -lXt " AC_SUBST(X_CFLAGS) AC_SUBST(X_LIBS) +fi dnl | should we install desktop icons and mime associations? AC_ARG_ENABLE( [update-mimedb], -- 1.7.0.4