snippet/warn-on-use: Fix indentation.
[gnulib.git] / m4 / mknod.m4
index d9f68f4..a867743 100644 (file)
@@ -1,4 +1,4 @@
-# serial 3
+# serial 4
 # See if we need to provide mknod replacement.
 
 dnl Copyright (C) 2009-2011 Free Software Foundation, Inc.
@@ -16,7 +16,6 @@ AC_DEFUN([gl_FUNC_MKNOD],
   AC_CHECK_FUNCS_ONCE([mknod])
   if test $ac_cv_func_mknod = no; then
     HAVE_MKNOD=0
-    AC_LIBOBJ([mknod])
   else
     dnl Detect BSD bug, where mknod requires root privileges to create fifo.
     AC_CACHE_CHECK([whether mknod can create fifo without root privileges],
@@ -44,7 +43,6 @@ AC_DEFUN([gl_FUNC_MKNOD],
     dnl Systems that mishandle trailing slash on mkfifo also goof on mknod.
     if test $REPLACE_MKFIFO = 1 || test "$gl_cv_func_mknod_works" != yes; then
       REPLACE_MKNOD=1
-      AC_LIBOBJ([mknod])
     fi
   fi
 ])