crypto/gc-hmac-sha1: Fix recent regression.
[pspp] / modules / isapipe
index 9431a7a6ee28748199317ad6829ad1ca4de77624..cc62ea8ce71a20aa22e857335e17b942b6836928 100644 (file)
@@ -7,15 +7,18 @@ lib/isapipe.h
 m4/isapipe.m4
 
 Depends-on:
-stat-macros
-stdbool
-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:
-EXTRA_DIST += isapipe.h isapipe.c
 
 Include:
 "isapipe.h"