Mercurial > hg > xemacs-beta
comparison configure @ 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 |
---|---|
13237 athena3d ) echo " Using Athena-3d scrollbars." ;; | 13237 athena3d ) echo " Using Athena-3d scrollbars." ;; |
13238 esac | 13238 esac |
13239 case "$with_dialogs" in | 13239 case "$with_dialogs" in |
13240 motif ) | 13240 motif ) |
13241 echo " Using Motif dialog boxes." | 13241 echo " Using Motif dialog boxes." |
13242 if test "$unexec" = "unexaix.o" -a `uname -v` = 4 -a `uname -r` -ge 3; then | 13242 if test "$unexec" = "unexaix.o"; then if test "`uname -v`" = 4 -a "`uname -r`" -ge 3; then |
13243 echo " *WARNING* The Motif dialog boxes cause problems on AIX 4.3 and higher." | 13243 echo " *WARNING* The Motif dialog boxes cause problems on AIX 4.3 and higher." |
13244 echo " We recommend using the Athena dialog boxes instead." | 13244 echo " We recommend using the Athena dialog boxes instead." |
13245 echo " Install libXaw and re-run configure with --with-dialogs='athena'." | 13245 echo " Install libXaw and re-run configure with --with-dialogs='athena'." |
13246 echo " Read the PROBLEMS file for more information." | 13246 echo " Read the PROBLEMS file for more information." |
13247 fi | 13247 fi; fi |
13248 ;; | 13248 ;; |
13249 athena ) echo " Using Athena dialog boxes." ;; | 13249 athena ) echo " Using Athena dialog boxes." ;; |
13250 athena3d ) echo " Using Athena-3d dialog boxes." ;; | 13250 athena3d ) echo " Using Athena-3d dialog boxes." ;; |
13251 esac | 13251 esac |
13252 test "$with_shlib" = "yes" && echo " Compiling in DLL support." | 13252 test "$with_shlib" = "yes" && echo " Compiling in DLL support." |