Mercurial > hg > xemacs-beta
comparison configure @ 24:4103f0995bd7 r19-15b95
Import from CVS: tag r19-15b95
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:51:03 +0200 |
parents | 859a2309aef8 |
children | 441bb1e64a06 |
comparison
equal
deleted
inserted
replaced
23:0edd3412f124 | 24:4103f0995bd7 |
---|---|
4656 else | 4656 else |
4657 :; | 4657 :; |
4658 fi | 4658 fi |
4659 | 4659 |
4660 fi | 4660 fi |
4661 # On SunOS4 we must kludge harder to try to detect Xmu | 4661 # On SunOS4 (and 5!) we must kludge harder to try to detect Xmu |
4662 # Upgrade to autoconf 2 and use ac_check_lib - mrb | 4662 # Upgrade to autoconf 2 and use ac_check_lib - mrb |
4663 if test "${with_xmu}" != "yes" && test -n "$OPENWINHOME" ; then | 4663 if test "${with_xmu}" != "yes" ; then |
4664 # begin expansion of ac_have_library | 4664 # begin expansion of ac_have_library |
4665 ac_save_LIBS="${LIBS}" | 4665 ac_save_LIBS="${LIBS}" |
4666 LIBS="${LIBS} -lXmu -lXt -lXext -lX11 -lm" | 4666 LIBS="${LIBS} -lXmu -lXt -lXext -lX11 -lm" |
4667 ac_have_lib="" | 4667 ac_have_lib="" |
4668 cat > conftest.${ac_ext} <<EOF | 4668 cat > conftest.${ac_ext} <<EOF |