Added a set of per binary LDFLAGS parameters.
[pspp-builds.git] / configure.ac
index f32434daec6071150821c6985852f8f3b2af4166..3284ec818d32a5ebbfadfd5d6b5e8d39f5d04e93 100644 (file)
@@ -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])])