--- uae/configure 2018/04/24 16:54:16 1.1.1.14 +++ uae/configure 2018/04/24 16:59:39 1.1.1.15 @@ -6231,9 +6231,6 @@ if [ "x$TARGET" = "xwin32" ]; then fi else if [ "x$HAVELINUX" = "xyes" ]; then OSDEP=od-linux - if [ "x$HAVEGLIBC2" = "xyes" -a "x$HAVEI386" = "xyes" ]; then - CFLAGS="$CFLAGS -DHAVE_GLIBC_2_LINUX" - fi fi fi @@ -6245,9 +6242,9 @@ fi HAVE_USS_SOUND=no if [ "x$ac_cv_header_sys_soundcard_h" = "xyes" -o "x$ac_cv_header_machine_soundcard_h" = "xyes" ]; then echo $ac_n "checking whether sys/soundcard.h or machine/soundcard.h works""... $ac_c" 1>&6 -echo "configure:6249: checking whether sys/soundcard.h or machine/soundcard.h works" >&5 +echo "configure:6246: checking whether sys/soundcard.h or machine/soundcard.h works" >&5 cat > conftest.$ac_ext <&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:6263: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* echo "$ac_t""yes" 1>&6 HAVE_USS_SOUND=yes @@ -6280,7 +6277,7 @@ if [ "x$ac_cv_header_dmedia_audio.h" = " fi echo $ac_n "checking which sound system to use""... $ac_c" 1>&6 -echo "configure:6284: checking which sound system to use" >&5 +echo "configure:6281: checking which sound system to use" >&5 # Check whether --enable-file-sound or --disable-file-sound was given. if test "${enable_file_sound+set}" = set; then enableval="$enable_file_sound" @@ -6358,13 +6355,13 @@ fi if [ "x$USE_SCSI_DEVICE" = "xyes" ]; then echo $ac_n "checking "availability of libscg headers and lib"""... $ac_c" 1>&6 -echo "configure:6362: checking "availability of libscg headers and lib"" >&5 +echo "configure:6359: checking "availability of libscg headers and lib"" >&5 OLDLIBS="$LIBS" OLDCFLAGS="$CFLAGS" CFLAGS="$CFLAGS -Isrc/include" LIBS="-Lsrc $LIBS -lscg -lschily" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:6375: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* echo "$ac_t""available" 1>&6 @@ -6398,14 +6395,14 @@ fi if [ "x$HAVE_MACHINE_JOYSTICK_H" = "xyes" ]; then cat > conftest.$ac_ext < int main() { { struct joystick a; } ; return 0; } EOF -if { (eval echo configure:6409: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:6406: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* OD_JOYSTICK=od-linux/joystick.c else @@ -6432,13 +6429,13 @@ rm -f src/scsi-support.c if [ "x$TARGET" = "xamigaos" -o "x$TARGET" = "xp_os" ]; then echo $ac_n "checking which CPU to use""... $ac_c" 1>&6 -echo "configure:6436: checking which CPU to use" >&5 +echo "configure:6433: checking which CPU to use" >&5 cpu=`cpu | cut -d' ' -f2` echo "$ac_t""$cpu" 1>&6 CFLAGS="$CFLAGS -m$cpu" echo $ac_n "checking which FPU to use""... $ac_c" 1>&6 -echo "configure:6442: checking which FPU to use" >&5 +echo "configure:6439: checking which FPU to use" >&5 fpu=`cpu | cut -d' ' -f3 | grep '^688812$'` if [ "x$fpu" != "x" ]; then echo "$ac_t""68881" 1>&6