comparison configure.in @ 335:54f7aa390f4f r21-0-65

Import from CVS: tag r21-0-65
author cvs
date Mon, 13 Aug 2007 10:50:39 +0200
parents 4f79e16b1112
children 8bec6624d99b
comparison
equal deleted inserted replaced
334:58353925ad93 335:54f7aa390f4f
4055 athena3d ) echo " Using Athena-3d scrollbars." ;; 4055 athena3d ) echo " Using Athena-3d scrollbars." ;;
4056 esac 4056 esac
4057 case "$with_dialogs" in 4057 case "$with_dialogs" in
4058 motif ) 4058 motif )
4059 echo " Using Motif dialog boxes." 4059 echo " Using Motif dialog boxes."
4060 if test "$unexec" = "unexaix.o" -a `uname -v` = 4 -a `uname -r` -ge 3; then 4060 if test "$unexec" = "unexaix.o"; then if test "`uname -v`" = 4 -a "`uname -r`" -ge 3; then
4061 echo " *WARNING* The Motif dialog boxes cause problems on AIX 4.3 and higher." 4061 echo " *WARNING* The Motif dialog boxes cause problems on AIX 4.3 and higher."
4062 echo " We recommend using the Athena dialog boxes instead." 4062 echo " We recommend using the Athena dialog boxes instead."
4063 echo " Install libXaw and re-run configure with --with-dialogs='athena'." 4063 echo " Install libXaw and re-run configure with --with-dialogs='athena'."
4064 echo " Read the PROBLEMS file for more information." 4064 echo " Read the PROBLEMS file for more information."
4065 fi 4065 fi; fi
4066 ;; 4066 ;;
4067 athena ) echo " Using Athena dialog boxes." ;; 4067 athena ) echo " Using Athena dialog boxes." ;;
4068 athena3d ) echo " Using Athena-3d dialog boxes." ;; 4068 athena3d ) echo " Using Athena-3d dialog boxes." ;;
4069 esac 4069 esac
4070 test "$with_shlib" = "yes" && echo " Compiling in DLL support." 4070 test "$with_shlib" = "yes" && echo " Compiling in DLL support."