X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=blobdiff_plain;f=configure;h=8092ac29dee50050b4b6e03e9553a327b2f7c9ef;hp=6818c5ff9569f5c9096332aaef5a6505d68156d9;hb=d3dd71489ab2730d79536ebdc3c56cca82766e9d;hpb=c6a795ec5cc5151bdad2935828f12a0970e950d2 diff --git a/configure b/configure index 6818c5f..8092ac2 100755 --- a/configure +++ b/configure @@ -13239,12 +13239,12 @@ esac case "$with_dialogs" in motif ) echo " Using Motif dialog boxes." - if test "$unexec" = "unexaix.o" -a `uname -v` = 4 -a `uname -r` -ge 3; then + if test "$unexec" = "unexaix.o"; then if test "`uname -v`" = 4 -a "`uname -r`" -ge 3; then echo " *WARNING* The Motif dialog boxes cause problems on AIX 4.3 and higher." echo " We recommend using the Athena dialog boxes instead." echo " Install libXaw and re-run configure with --with-dialogs='athena'." echo " Read the PROBLEMS file for more information." - fi + fi; fi ;; athena ) echo " Using Athena dialog boxes." ;; athena3d ) echo " Using Athena-3d dialog boxes." ;;