Mercurial > emacs
changeset 4437:6b8292f922df
* 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.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Tue, 03 Aug 1993 06:57:03 +0000 |
parents | 4f8cf717fca0 |
children | aaab60c46bff |
files | configure1.in |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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=)