ceilf-ieee: Work around bug on MacOS X 10.5.
[pspp] / m4 / putenv.m4
index de3900bf282cf04805bbe72152df33ffd600d44c..1497b4a7978927c993e6e8a183e6b4ce699639f6 100644 (file)
@@ -1,4 +1,4 @@
-# putenv.m4 serial 17
+# putenv.m4 serial 18
 dnl Copyright (C) 2002-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,
@@ -36,6 +36,5 @@ AC_DEFUN([gl_FUNC_PUTENV],
    ])
   if test $gl_cv_func_svid_putenv = no; then
     REPLACE_PUTENV=1
-    AC_LIBOBJ([putenv])
   fi
 ])