pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] Changes to pspp/configure.ac


From: John Darrington
Subject: [Pspp-cvs] Changes to pspp/configure.ac
Date: Thu, 06 Jan 2005 19:29:41 -0500

Index: pspp/configure.ac
diff -u pspp/configure.ac:1.22 pspp/configure.ac:1.23
--- pspp/configure.ac:1.22      Wed Dec  1 05:40:23 2004
+++ pspp/configure.ac   Fri Jan  7 00:17:19 2005
@@ -22,6 +22,16 @@
 AC_SYS_LARGEFILE
 AC_FUNC_FSEEKO
 AC_CHECK_LIB(m, sin)
+AC_ARG_WITH(libplot, [  --without-libplot         don't compile in support of 
charts (using libplot)])
+
+if test x"$with_libplot" != x"no" ; then 
+       AC_CHECK_LIB(plot, pl_newpl_r,,
+         AC_MSG_ERROR([You must install libplot (or use --without-libplot)])
+       )
+fi
+AM_CONDITIONAL(WITHCHARTS, test x"$with_libplot" != x"no")
+
+
 AC_CHECK_LIB(gmp, mpf_get_str,,
        AC_CHECK_LIB(gmp, __gmpf_get_str,,
           AC_MSG_ERROR([You must install libgmp])




reply via email to

[Prev in Thread] Current Thread [Next in Thread]