mkstemps: Move AC_LIBOBJ invocations to module description.
[pspp] / m4 / mkstemps.m4
index 2a065d60226d8d1575ec476b74427a9a0d55c105..74d4f0ec23b8248c14e3fdab50a6dbc3f85884a6 100644 (file)
@@ -1,4 +1,4 @@
-# mkstemps.m4 serial 1
+# mkstemps.m4 serial 2
 dnl Copyright (C) 2009-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,
@@ -14,6 +14,5 @@ AC_DEFUN([gl_FUNC_MKSTEMPS],
   AC_CHECK_FUNCS_ONCE([mkstemps])
   if test $ac_cv_func_mkstemps != yes; then
     HAVE_MKSTEMPS=0
-    AC_LIBOBJ([mkstemps])
   fi
 ])