crypto/gc-hmac-sha1: Fix recent regression.
[pspp] / modules / _Exit
index d9a590c46b582ddaf365da16df60122a33199e77..179a02b1001a5ae038a6ba051df05c751e9be412 100644 (file)
@@ -4,13 +4,16 @@ _Exit() function: terminate current process.
 Files:
 lib/_Exit.c
 m4/_Exit.m4
-m4/attribute.m4
 
 Depends-on:
 stdlib
 
 configure.ac:
 gl_FUNC__EXIT
+if test $HAVE__EXIT = 0; then
+  AC_LIBOBJ([_Exit])
+  gl_PREREQ__EXIT
+fi
 gl_STDLIB_MODULE_INDICATOR([_Exit])
 
 Makefile.am: