Mercurial > hg > xemacs-beta
comparison configure @ 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 |
---|---|
4666 # Upgrade to autoconf 2 and use ac_check_lib - mrb | 4666 # Upgrade to autoconf 2 and use ac_check_lib - mrb |
4667 if test "${with_xmu}" != "yes" ; then | 4667 if test "${with_xmu}" != "yes" ; then |
4668 # begin expansion of ac_have_library | 4668 # begin expansion of ac_have_library |
4669 ac_save_LIBS="${LIBS}" | 4669 ac_save_LIBS="${LIBS}" |
4670 LIBS="${LIBS} -lXmu -lXt -lXext -lX11 -lm" | 4670 LIBS="${LIBS} -lXmu -lXt -lXext -lX11 -lm" |
4671 ac_have_lib="" | |
4672 cat > conftest.${ac_ext} <<EOF | |
4673 int main() { return 0; } | |
4674 EOF | |
4675 if eval $ac_compile; then | |
4676 rm -rf conftest* | |
4677 ac_have_lib="1" | |
4678 fi | |
4679 rm -f conftest* | |
4680 LIBS="${ac_save_LIBS}" | |
4681 test -n "${ac_have_lib}" && with_xmu="yes" | |
4682 # end expansion of ac_have_library | |
4683 fi | |
4684 # Sparc/Linux test - fp | |
4685 if test "${with_xmu}" != "yes" -a ${machine} = sparc -a ${opsys} = linux; then | |
4686 # begin expansion of ac_have_library | |
4687 ac_save_LIBS="${LIBS}" | |
4688 LIBS="${LIBS} -lXmu -lXt -lXext -lX11 -lm -lICE -lSM" | |
4671 ac_have_lib="" | 4689 ac_have_lib="" |
4672 cat > conftest.${ac_ext} <<EOF | 4690 cat > conftest.${ac_ext} <<EOF |
4673 int main() { return 0; } | 4691 int main() { return 0; } |
4674 EOF | 4692 EOF |
4675 if eval $ac_compile; then | 4693 if eval $ac_compile; then |