Mercurial > emacs
changeset 4363:f593b231193f
* configure.in: Test for availability of bcopy functions, searching
the X libraries if we're using X.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Sat, 31 Jul 1993 01:07:38 +0000 |
parents | 2c0ac46d5d5b |
children | 69e5c2373d37 |
files | configure1.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure1.in Sat Jul 31 01:05:33 1993 +0000 +++ b/configure1.in Sat Jul 31 01:07:38 1993 +0000 @@ -1169,7 +1169,7 @@ if test "${HAVE_X11}" = "yes"; then DEFS="$C_SWITCH_X_SITE $DEFS" LIBS="$LD_SWITCH_X_SITE $LIBX $LIBS" - AC_HAVE_FUNCS(XrmSetDatabase random) + AC_HAVE_FUNCS(XrmSetDatabase random bcopy) fi AC_ALLOCA