X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=configure.ac;fp=configure.ac;h=3284ec818d32a5ebbfadfd5d6b5e8d39f5d04e93;hb=056009fe999768b37cba5e12e9fef9901c856d6a;hp=f32434daec6071150821c6985852f8f3b2af4166;hpb=7d16c03ab0d8d9999f1756b8c6054507d3d86f0d;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])])