X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=configure.ac;h=3284ec818d32a5ebbfadfd5d6b5e8d39f5d04e93;hb=57166a5a5c4016b83b9a35ac32c219ff853dc9ce;hp=f32434daec6071150821c6985852f8f3b2af4166;hpb=51f9e41e8d7a0a3912e6f6f57765e09b32ac34fd;p=pspp-builds.git diff --git a/configure.ac b/configure.ac index f32434da..3284ec81 100644 --- a/configure.ac +++ b/configure.ac @@ -40,6 +40,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])])