aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure1.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure1.in b/configure1.in
index 5aefb917feb..d1f4ed20674 100755
--- a/configure1.in
+++ b/configure1.in
@@ -1169,11 +1169,11 @@ 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 XScreenResourceString random bcopy) 1172 AC_HAVE_FUNCS(XrmSetDatabase XScreenResourceString)
1173fi 1173fi
1174 1174
1175AC_ALLOCA 1175AC_ALLOCA
1176AC_HAVE_FUNCS(gettimeofday gethostname dup2 rename closedir) 1176AC_HAVE_FUNCS(gettimeofday gethostname dup2 rename closedir mkdir rmdir random bcopy)
1177 1177
1178ok_so_far=true 1178ok_so_far=true
1179AC_FUNC_CHECK(socket, , ok_so_far=) 1179AC_FUNC_CHECK(socket, , ok_so_far=)