comparison configure.in @ 38:1a767b41a199 r19-15b102

Import from CVS: tag r19-15b102
author cvs
date Mon, 13 Aug 2007 08:54:01 +0200
parents e04119814345
children 8d2a9b52c682
comparison
equal deleted inserted replaced
37:ad40ac360d14 38:1a767b41a199
3361 # Upgrade to autoconf 2 and use ac_check_lib - mrb 3361 # Upgrade to autoconf 2 and use ac_check_lib - mrb
3362 if test "${with_xmu}" != "yes" ; then 3362 if test "${with_xmu}" != "yes" ; then
3363 # begin expansion of ac_have_library 3363 # begin expansion of ac_have_library
3364 ac_save_LIBS="${LIBS}" 3364 ac_save_LIBS="${LIBS}"
3365 LIBS="${LIBS} -lXmu -lXt -lXext -lX11 -lm" 3365 LIBS="${LIBS} -lXmu -lXt -lXext -lX11 -lm"
3366 ac_have_lib=""
3367 cat > conftest.${ac_ext} <<EOF
3368 int main() { return 0; }
3369 EOF
3370 if eval $ac_compile; then
3371 rm -rf conftest*
3372 ac_have_lib="1"
3373 fi
3374 rm -f conftest*
3375 LIBS="${ac_save_LIBS}"
3376 test -n "${ac_have_lib}" && with_xmu="yes"
3377 # end expansion of ac_have_library
3378 fi
3379 # Sparc/Linux test - fp
3380 if test "${with_xmu}" != "yes" -a ${machine} = sparc -a ${opsys} = linux; then
3381 # begin expansion of ac_have_library
3382 ac_save_LIBS="${LIBS}"
3383 LIBS="${LIBS} -lXmu -lXt -lXext -lX11 -lm -lICE -lSM"
3366 ac_have_lib="" 3384 ac_have_lib=""
3367 cat > conftest.${ac_ext} <<EOF 3385 cat > conftest.${ac_ext} <<EOF
3368 int main() { return 0; } 3386 int main() { return 0; }
3369 EOF 3387 EOF
3370 if eval $ac_compile; then 3388 if eval $ac_compile; then