comparison configure.in @ 394:7d59cb494b73 r21-2-12

Import from CVS: tag r21-2-12
author cvs
date Mon, 13 Aug 2007 11:11:37 +0200
parents 1f50e6fe4f3f
children 74fd4e045ea6
comparison
equal deleted inserted replaced
393:2e030b8965b1 394:7d59cb494b73
4101 athena3d ) echo " Using Athena-3d scrollbars." ;; 4101 athena3d ) echo " Using Athena-3d scrollbars." ;;
4102 esac 4102 esac
4103 case "$with_dialogs" in 4103 case "$with_dialogs" in
4104 motif ) 4104 motif )
4105 echo " Using Motif dialog boxes." 4105 echo " Using Motif dialog boxes."
4106 if test "$unexec" = "unexaix.o" -a `uname -v` = 4 -a `uname -r` -ge 3; then 4106 if test "$unexec" = "unexaix.o"; then if test "`uname -v`" = 4 -a "`uname -r`" -ge 3; then
4107 echo " *WARNING* The Motif dialog boxes cause problems on AIX 4.3 and higher." 4107 echo " *WARNING* The Motif dialog boxes cause problems on AIX 4.3 and higher."
4108 echo " We recommend using the Athena dialog boxes instead." 4108 echo " We recommend using the Athena dialog boxes instead."
4109 echo " Install libXaw and re-run configure with --with-dialogs='athena'." 4109 echo " Install libXaw and re-run configure with --with-dialogs='athena'."
4110 echo " Read the PROBLEMS file for more information." 4110 echo " Read the PROBLEMS file for more information."
4111 fi 4111 fi; fi
4112 ;; 4112 ;;
4113 athena ) echo " Using Athena dialog boxes." ;; 4113 athena ) echo " Using Athena dialog boxes." ;;
4114 athena3d ) echo " Using Athena-3d dialog boxes." ;; 4114 athena3d ) echo " Using Athena-3d dialog boxes." ;;
4115 esac 4115 esac
4116 test "$with_shlib" = "yes" && echo " Compiling in DLL support." 4116 test "$with_shlib" = "yes" && echo " Compiling in DLL support."