Tests: Remove unnecessary dependency.
[pspp] / m4 / truncl.m4
index e05c2d6801f00a808ae203a2101b4e462dcb65e2..2b6988b2e905a26110ddf2299707597740aceee4 100644 (file)
@@ -1,5 +1,5 @@
-# truncl.m4 serial 6
-dnl Copyright (C) 2007-2008, 2010 Free Software Foundation, Inc.
+# truncl.m4 serial 7
+dnl Copyright (C) 2007-2008, 2010-2011 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
@@ -107,7 +107,7 @@ int main()
     HAVE_DECL_TRUNCL=0
   fi
   if test $HAVE_DECL_TRUNCL = 0 || test $REPLACE_TRUNCL = 1; then
-    AC_LIBOBJ([truncl])
+    dnl No libraries are needed to link lib/truncl.c.
     TRUNCL_LIBM=
   fi
   AC_SUBST([TRUNCL_LIBM])