From f5ad956022a5064ae1dd9410ac8ad781614d77e4 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Sat, 31 Jul 1993 01:07:38 +0000 Subject: [PATCH] * configure.in: Test for availability of bcopy functions, searching the X libraries if we're using X. --- configure1.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure1.in b/configure1.in index d87414a8485..501ffd100fd 100755 --- a/configure1.in +++ b/configure1.in @@ -1169,7 +1169,7 @@ 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 random) + AC_HAVE_FUNCS(XrmSetDatabase random bcopy) fi AC_ALLOCA -- 2.39.5