]> git.eshelyaron.com Git - emacs.git/commitdiff
* configure.in (function checks): Test for mkdir and rmdir.
authorJim Blandy <jimb@redhat.com>
Tue, 3 Aug 1993 06:57:03 +0000 (06:57 +0000)
committerJim Blandy <jimb@redhat.com>
Tue, 3 Aug 1993 06:57:03 +0000 (06:57 +0000)
* configure.in (function checks): Don't test for random and bcopy
only when we're building with X; look for them all the time.

configure1.in

index 5aefb917feb74b72aaa7a893f980c8ab150ba071..d1f4ed20674048067d603ba81561d579fb5975b3 100755 (executable)
@@ -1169,11 +1169,11 @@ AC_HAVE_LIBRARY(-lXbsd, LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE -lXbsd"
 if test "${HAVE_X11}" = "yes"; then
   DEFS="$C_SWITCH_X_SITE $DEFS"
   LIBS="$LD_SWITCH_X_SITE $LIBX $LIBS"
-  AC_HAVE_FUNCS(XrmSetDatabase XScreenResourceString random bcopy)
+  AC_HAVE_FUNCS(XrmSetDatabase XScreenResourceString)
 fi
 
 AC_ALLOCA
-AC_HAVE_FUNCS(gettimeofday gethostname dup2 rename closedir)
+AC_HAVE_FUNCS(gettimeofday gethostname dup2 rename closedir mkdir rmdir random bcopy)
 
 ok_so_far=true
 AC_FUNC_CHECK(socket, , ok_so_far=)