X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=configure.ac;h=345ac46bd4569a418458cea29f00066277161388;hb=1870f69a33f783ca49bf1827ba13a0463dbc189a;hp=1abc80430659c53a3d972d03c9b5261081a90b08;hpb=2165f59ab9eee5272b4037e45477811627cae078;p=pspp diff --git a/configure.ac b/configure.ac index 1abc804306..345ac46bd4 100644 --- a/configure.ac +++ b/configure.ac @@ -41,14 +41,15 @@ PSPP_LC_PAPER AM_CONDITIONAL(WITHCHARTS, test x"$with_libplot" != x"no") +AC_ARG_VAR([PSPP_LDFLAGS], [linker flags to be used for linking the pspp binary only]) +AC_ARG_VAR([PSPPIRE_LDFLAGS], [linker flags to be used for linking the psppire binary only]) + + AC_ARG_WITH( gui, [AS_HELP_STRING([--without-gui], [don't build the PSPPIRE gui])]) required_gtk_version=2.12 -if test x"$enable_anachronistic_dependencies" = x"yes" ; then - required_gtk_version=2.8.20 -fi if test x"$with_gui" != x"no" ; then PKG_CHECK_MODULES(GTK, gtk+-2.0 >= $required_gtk_version,,