diff 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
line wrap: on
line diff
--- a/configure.in	Mon Aug 13 08:50:31 2007 +0200
+++ b/configure.in	Mon Aug 13 08:51:03 2007 +0200
@@ -3352,9 +3352,9 @@
     if test "${with_xmu}" != "yes" ; then
       AC_HAVE_LIBRARY(-lXmu, with_xmu="yes")
     fi
-    # On SunOS4 we must kludge harder to try to detect Xmu
+    # On SunOS4 (and 5!) we must kludge harder to try to detect Xmu
     # Upgrade to autoconf 2 and use ac_check_lib - mrb
-    if test "${with_xmu}" != "yes" && test -n "$OPENWINHOME" ; then
+    if test "${with_xmu}" != "yes" ; then
       # begin expansion of ac_have_library
       ac_save_LIBS="${LIBS}"
       LIBS="${LIBS} -lXmu -lXt -lXext -lX11 -lm"