Tests: Remove unnecessary dependency.
[pspp] / m4 / truncl.m4
index 36dd64829c8355c87f8e5231df04d6ca8e1c0281..2b6988b2e905a26110ddf2299707597740aceee4 100644 (file)
@@ -1,4 +1,4 @@
-# truncl.m4 serial 6
+# 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,
@@ -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])