comparison configure1.in @ 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 81016e10e279
children 9a9867a9ee67
comparison
equal deleted inserted replaced
4362:2c0ac46d5d5b 4363:f593b231193f
1167 fi) 1167 fi)
1168 1168
1169 if test "${HAVE_X11}" = "yes"; then 1169 if 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) 1172 AC_HAVE_FUNCS(XrmSetDatabase random bcopy)
1173 fi 1173 fi
1174 1174
1175 AC_ALLOCA 1175 AC_ALLOCA
1176 AC_HAVE_FUNCS(gettimeofday gethostname dup2 rename closedir) 1176 AC_HAVE_FUNCS(gettimeofday gethostname dup2 rename closedir)
1177 1177