# HG changeset patch # User Jim Blandy # Date 744361023 0 # Node ID 6b8292f922df8111f8b8c1a53a52a3ad0fffc983 # Parent 4f8cf717fca0754cf3810dbf8f2bbc2ac3318025 * 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. diff -r 4f8cf717fca0 -r 6b8292f922df configure1.in --- a/configure1.in Tue Aug 03 06:38:26 1993 +0000 +++ b/configure1.in Tue Aug 03 06:57:03 1993 +0000 @@ -1169,11 +1169,11 @@ 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=)