comparison configure.in @ 88:821dec489c24 r20-0

Import from CVS: tag r20-0
author cvs
date Mon, 13 Aug 2007 09:09:59 +0200
parents ac0620f6398e
children 99da576a67e7
comparison
equal deleted inserted replaced
87:7df2982f5c17 88:821dec489c24
114 internal_makefile_list='Makefile lib-src/Makefile.in src/Makefile.in lwlib/Makefile.in dynodump/Makefile.in' 114 internal_makefile_list='Makefile lib-src/Makefile.in src/Makefile.in lwlib/Makefile.in dynodump/Makefile.in'
115 energize_version='no' 115 energize_version='no'
116 native_sound_lib='' 116 native_sound_lib=''
117 # make normal error-checking be the default in alpha and beta versions, so 117 # make normal error-checking be the default in alpha and beta versions, so
118 # that bugs get noticed. Change this for released versions. 118 # that bugs get noticed. Change this for released versions.
119 error_check_default='yes' 119 error_check_default='no'
120 error_check_extents=$error_check_default 120 error_check_extents=$error_check_default
121 error_check_typecheck=$error_check_default 121 error_check_typecheck=$error_check_default
122 error_check_bufpos=$error_check_default 122 error_check_bufpos=$error_check_default
123 error_check_gc=$error_check_default 123 error_check_gc=$error_check_default
124 error_check_malloc=$error_check_default 124 error_check_malloc=$error_check_default
1158 i[3-9]86-ibm-aix1.1* ) machine=ibmps2-aix opsys=usg5-2-2 ;; 1158 i[3-9]86-ibm-aix1.1* ) machine=ibmps2-aix opsys=usg5-2-2 ;;
1159 i[3-9]86-ibm-aix1.[23]* | i[3-9]86-ibm-aix* ) machine=ibmps2-aix opsys=usg5-3 ;; 1159 i[3-9]86-ibm-aix1.[23]* | i[3-9]86-ibm-aix* ) machine=ibmps2-aix opsys=usg5-3 ;;
1160 i370-ibm-aix*) machine=ibm370aix opsys=usg5-3 ;; 1160 i370-ibm-aix*) machine=ibm370aix opsys=usg5-3 ;;
1161 rs6000-ibm-aix3.1* | powerpc-ibm-aix3.1* ) machine=ibmrs6000 opsys=aix3-1 ;; 1161 rs6000-ibm-aix3.1* | powerpc-ibm-aix3.1* ) machine=ibmrs6000 opsys=aix3-1 ;;
1162 rs6000-ibm-aix3.2.5 | powerpc-ibm-aix3.2.5 ) machine=ibmrs6000 opsys=aix3-2-5 ;; 1162 rs6000-ibm-aix3.2.5 | powerpc-ibm-aix3.2.5 ) machine=ibmrs6000 opsys=aix3-2-5 ;;
1163 rs6000-ibm-aix4.2* | powerpc-ibm-aix4.2* ) machine=ibmrs6000 opsys=aix4-2 ;;
1163 rs6000-ibm-aix4.1* | powerpc-ibm-aix4.1* ) machine=ibmrs6000 opsys=aix4-1 ;; 1164 rs6000-ibm-aix4.1* | powerpc-ibm-aix4.1* ) machine=ibmrs6000 opsys=aix4-1 ;;
1164 rs6000-ibm-aix4* | powerpc-ibm-aix4* ) machine=ibmrs6000 opsys=aix4 ;; 1165 rs6000-ibm-aix4* | powerpc-ibm-aix4* ) machine=ibmrs6000 opsys=aix4 ;;
1165 rs6000-ibm-aix* | powerpc-ibm-aix* ) machine=ibmrs6000 opsys=aix3-2 ;; 1166 rs6000-ibm-aix* | powerpc-ibm-aix* ) machine=ibmrs6000 opsys=aix3-2 ;;
1166 romp-ibm-bsd4.3* ) machine=ibmrt opsys=bsd4-3 ;; 1167 romp-ibm-bsd4.3* ) machine=ibmrt opsys=bsd4-3 ;;
1167 romp-ibm-bsd4.2* ) machine=ibmrt opsys=bsd4-2 ;; 1168 romp-ibm-bsd4.2* ) machine=ibmrt opsys=bsd4-2 ;;
2364 # Upgrade to autoconf 2 and use ac_check_lib - mrb 2365 # Upgrade to autoconf 2 and use ac_check_lib - mrb
2365 if test "${with_xmu}" != "yes" -a -n "$OPENWINHOME" ; then 2366 if test "${with_xmu}" != "yes" -a -n "$OPENWINHOME" ; then
2366 # begin expansion of ac_have_library 2367 # begin expansion of ac_have_library
2367 ac_save_LIBS="${LIBS}" 2368 ac_save_LIBS="${LIBS}"
2368 LIBS="${LIBS} -lXmu -lXt -lXext -lX11 -lm" 2369 LIBS="${LIBS} -lXmu -lXt -lXext -lX11 -lm"
2370 if test ${machine} = sparc -a ${opsys} = linux; then
2371 LIBS="${LIBS} -lICE -lSM"
2372 fi
2369 ac_have_lib="" 2373 ac_have_lib=""
2370 cat > conftest.${ac_ext} <<EOF 2374 cat > conftest.${ac_ext} <<EOF
2371 int main() { return 0; } 2375 int main() { return 0; }
2372 EOF 2376 EOF
2373 if eval $ac_compile; then 2377 if eval $ac_compile; then