--- trunk/configure 2007/10/08 16:21:17 34 +++ trunk/configure 2007/10/08 16:21:34 36 @@ -27,7 +27,7 @@ # SUCH DAMAGE. # # -# $Id: configure,v 1.243 2007/02/10 14:29:54 debug Exp $ +# $Id: configure,v 1.245 2007/03/16 14:13:59 debug Exp $ # # This is a minimal configure script, hardcoded for GXemul. This script # figures out which compiler flags will work, and creates Makefiles in @@ -348,6 +348,9 @@ # Special case for some 64-bit Linux/x86_64 systems: if [ z$XOK = z0 ]; then + $CC $CFLAGS _test_x11.c -c -o _test_x11.o \ + $XINCLUDE 2> /dev/null + XLIB="-L/usr/X11R6/lib64 -lX11" $CC $CFLAGS _test_x11.o -o _test_x11 $XLIB 2> /dev/null @@ -1104,7 +1107,7 @@ # Create the Makefiles: D=". src src/include src/cpus src/debugger src/devices src/devices/fonts" -D="$D src/machines src/native src/net src/promemul" +D="$D src/disk src/machines src/native src/net src/promemul" for a in $D; do echo "creating $a/Makefile" touch $a/Makefile