X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fmkstemps.m4;h=74d4f0ec23b8248c14e3fdab50a6dbc3f85884a6;hb=7ef958dea2ebeff7a4b2058a725dc1b1f233fe6d;hp=2a065d60226d8d1575ec476b74427a9a0d55c105;hpb=d60f3b0c6b0f93a601acd1cfd3923f94ca05abb0;p=gnulib.git diff --git a/m4/mkstemps.m4 b/m4/mkstemps.m4 index 2a065d602..74d4f0ec2 100644 --- a/m4/mkstemps.m4 +++ b/m4/mkstemps.m4 @@ -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 ])