X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=configure.ac;fp=configure.ac;h=345ac46bd4569a418458cea29f00066277161388;hb=a1efcf97ca2f75f4be6a0389ff2372c03ed2d4e1;hp=7a67e6002438dfb8671b25d1553c86b6ace9fcf6;hpb=486e95574d796cd1ce703aff4bc5b8f9f3021333;p=pspp-builds.git diff --git a/configure.ac b/configure.ac index 7a67e600..345ac46b 100644 --- a/configure.ac +++ b/configure.ac @@ -41,6 +41,10 @@ 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])])