From d50a54c0f1638025b2a08d8a827fe787ea2a039f Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Tue, 3 Aug 1993 06:57:03 +0000 Subject: [PATCH] * configure.in (function checks): Test for mkdir and rmdir. * 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure1.in b/configure1.in index 5aefb917feb..d1f4ed20674 100755 --- a/configure1.in +++ b/configure1.in @@ -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=) -- 2.11.4.GIT