Mercurial > hg > xemacs-beta
diff configure @ 16:0293115a14e9 r19-15b91
Import from CVS: tag r19-15b91
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:49:20 +0200 |
parents | 9ee227acff29 |
children | 859a2309aef8 |
line wrap: on
line diff
--- a/configure Mon Aug 13 08:48:43 2007 +0200 +++ b/configure Mon Aug 13 08:49:20 2007 +0200 @@ -2077,7 +2077,7 @@ machine=iris4d opsys=irix4-0 ;; mips-sgi-irix6* ) - machine=iris4d opsys=irix6-0 NON_GNU_CPP=/lib/cpp + machine=iris4d opsys=irix6-0 ;; mips-sgi-irix5.[3-9]* ) machine=iris4d opsys=irix5-3 @@ -5138,6 +5138,14 @@ || [ "${with_dialogs}" = "motif" ]; then with_motif='yes' fi +if [ "${with_menubars}" = "athena" ] || [ "${with_scrollbars}" = "athena" ] \ + || [ "${with_dialogs}" = "athena" ]; then + with_athena='yes' +fi +if [ "${with_menubars}" = "athena3d" ] || [ "${with_scrollbars}" = "athena3d" ] \ + || [ "${with_dialogs}" = "athena3d" ]; then + with_athena='yes' +fi # Finish ensuring that we have values for the various toolkit items. if [ "x${with_menubars}" = "x" ] || [ "${with_menubars}" = "athena" ]; then @@ -7309,6 +7317,20 @@ } fi +if [ "${with_athena}" = "yes" ] ; then + +{ +test -n "$verbose" && \ +echo " defining LWLIB_USES_ATHENA" +echo "#define" LWLIB_USES_ATHENA "1" >> confdefs.h +DEFS="$DEFS -DLWLIB_USES_ATHENA=1" +ac_sed_defs="${ac_sed_defs}\${ac_dA}LWLIB_USES_ATHENA\${ac_dB}LWLIB_USES_ATHENA\${ac_dC}1\${ac_dD} +\${ac_uA}LWLIB_USES_ATHENA\${ac_uB}LWLIB_USES_ATHENA\${ac_uC}1\${ac_uD} +\${ac_eA}LWLIB_USES_ATHENA\${ac_eB}LWLIB_USES_ATHENA\${ac_eC}1\${ac_eD} +" +} + +fi if [ "${with_menubars}" = "lucid" ] ; then {