crypto/gc-hmac-sha1: Fix recent regression.
[pspp] / modules / isapipe
index 6352af4519eacc0ca3c10659d887aee6fe5db670..cc62ea8ce71a20aa22e857335e17b942b6836928 100644 (file)
@@ -7,12 +7,16 @@ lib/isapipe.h
 m4/isapipe.m4
 
 Depends-on:
-stdbool
-sys_stat
-unistd
+stdbool         [test $HAVE_ISAPIPE = 0]
+sys_stat        [test $HAVE_ISAPIPE = 0]
+unistd          [test $HAVE_ISAPIPE = 0]
 
 configure.ac:
 gl_ISAPIPE
+if test $HAVE_ISAPIPE = 0; then
+  AC_LIBOBJ([isapipe])
+  gl_PREREQ_ISAPIPE
+fi
 
 Makefile.am: