Mercurial > hg > xemacs-beta
comparison configure.in @ 24:4103f0995bd7 r19-15b95
Import from CVS: tag r19-15b95
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:51:03 +0200 |
parents | 0293115a14e9 |
children | 441bb1e64a06 |
comparison
equal
deleted
inserted
replaced
23:0edd3412f124 | 24:4103f0995bd7 |
---|---|
3350 if test "${window_system}" != "none" ; then | 3350 if test "${window_system}" != "none" ; then |
3351 if test "${with_xmu}" != "no" ; then | 3351 if test "${with_xmu}" != "no" ; then |
3352 if test "${with_xmu}" != "yes" ; then | 3352 if test "${with_xmu}" != "yes" ; then |
3353 AC_HAVE_LIBRARY(-lXmu, with_xmu="yes") | 3353 AC_HAVE_LIBRARY(-lXmu, with_xmu="yes") |
3354 fi | 3354 fi |
3355 # On SunOS4 we must kludge harder to try to detect Xmu | 3355 # On SunOS4 (and 5!) we must kludge harder to try to detect Xmu |
3356 # Upgrade to autoconf 2 and use ac_check_lib - mrb | 3356 # Upgrade to autoconf 2 and use ac_check_lib - mrb |
3357 if test "${with_xmu}" != "yes" && test -n "$OPENWINHOME" ; then | 3357 if test "${with_xmu}" != "yes" ; then |
3358 # begin expansion of ac_have_library | 3358 # begin expansion of ac_have_library |
3359 ac_save_LIBS="${LIBS}" | 3359 ac_save_LIBS="${LIBS}" |
3360 LIBS="${LIBS} -lXmu -lXt -lXext -lX11 -lm" | 3360 LIBS="${LIBS} -lXmu -lXt -lXext -lX11 -lm" |
3361 ac_have_lib="" | 3361 ac_have_lib="" |
3362 cat > conftest.${ac_ext} <<EOF | 3362 cat > conftest.${ac_ext} <<EOF |