aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure1.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure1.in b/configure1.in
index 501ffd100fd..2d6d8d6686e 100755
--- a/configure1.in
+++ b/configure1.in
@@ -1169,7 +1169,7 @@ AC_HAVE_LIBRARY(-lXbsd, LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE -lXbsd"
1169if test "${HAVE_X11}" = "yes"; then 1169if test "${HAVE_X11}" = "yes"; then
1170 DEFS="$C_SWITCH_X_SITE $DEFS" 1170 DEFS="$C_SWITCH_X_SITE $DEFS"
1171 LIBS="$LD_SWITCH_X_SITE $LIBX $LIBS" 1171 LIBS="$LD_SWITCH_X_SITE $LIBX $LIBS"
1172 AC_HAVE_FUNCS(XrmSetDatabase random bcopy) 1172 AC_HAVE_FUNCS(XrmSetDatabase XScreenResourceString random bcopy)
1173fi 1173fi
1174 1174
1175AC_ALLOCA 1175AC_ALLOCA