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: Mon, 21 Feb 2005 02:13:36 -0500

Index: pspp/configure.ac
diff -u pspp/configure.ac:1.24 pspp/configure.ac:1.25
--- pspp/configure.ac:1.24      Thu Jan 27 23:45:58 2005
+++ pspp/configure.ac   Mon Feb 21 07:13:35 2005
@@ -77,9 +77,13 @@
 fi
 
 dnl Checks for header files.
+AC_ARG_WITH(valgrind, [  --without-valgrind        don't compile in valgrind])
+if test "x$with_valgrind" != x"no"; then 
+ AC_CHECK_HEADERS([valgrind/valgrind.h])
+fi
 AC_CHECK_HEADERS([limits.h memory.h sys/stat.h sys/time.h sys/types.h \
-                  fpu_control.h sys/mman.h sys/wait.h ieeefp.h fenv.h \
-                 valgrind/valgrind.h])
+                  fpu_control.h sys/mman.h sys/wait.h ieeefp.h fenv.h] )
+
 AC_HEADER_STAT
 AC_HEADER_STDC
 AC_HEADER_TIME




reply via email to

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