comparison src/configure.in @ 67:6b9e8f951af4

updated for version 7.0030
author vimboss
date Tue, 04 Jan 2005 21:31:43 +0000
parents c75153d791d0
children d6009de12681
comparison
equal deleted inserted replaced
66:99064882c85b 67:6b9e8f951af4
1089 SKIP_KDE=YES 1089 SKIP_KDE=YES
1090 SKIP_MOTIF=YES 1090 SKIP_MOTIF=YES
1091 SKIP_ATHENA=YES 1091 SKIP_ATHENA=YES
1092 SKIP_NEXTAW=YES 1092 SKIP_NEXTAW=YES
1093 SKIP_PHOTON=YES 1093 SKIP_PHOTON=YES
1094 SKIP_BEOS=YES
1095 SKIP_CARBON=YES 1094 SKIP_CARBON=YES
1096 GUITYPE=NONE 1095 GUITYPE=NONE
1097 1096
1098 if test "x$BEOS" = "xyes"; then 1097 if test "x$QNX" = "xyes" -a "x$with_x" = "xno" ; then
1099 SKIP_BEOS=
1100 case "$enable_gui_canon" in
1101 no) AC_MSG_RESULT(no GUI support)
1102 SKIP_BEOS=YES ;;
1103 yes|"") AC_MSG_RESULT(yes - automatic GUI support) ;;
1104 auto) AC_MSG_RESULT(auto - automatic GUI support) ;;
1105 beos) AC_MSG_RESULT(BeOS GUI support) ;;
1106 *) AC_MSG_RESULT([Sorry, $enable_gui GUI is not supported])
1107 SKIP_BEOS=YES ;;
1108 esac
1109
1110 elif test "x$QNX" = "xyes" -a "x$with_x" = "xno" ; then
1111 SKIP_PHOTON= 1098 SKIP_PHOTON=
1112 case "$enable_gui_canon" in 1099 case "$enable_gui_canon" in
1113 no) AC_MSG_RESULT(no GUI support) 1100 no) AC_MSG_RESULT(no GUI support)
1114 SKIP_PHOTON=YES ;; 1101 SKIP_PHOTON=YES ;;
1115 yes|"") AC_MSG_RESULT(yes - automatic GUI support) ;; 1102 yes|"") AC_MSG_RESULT(yes - automatic GUI support) ;;
1572 SKIP_GNOME=YES; 1559 SKIP_GNOME=YES;
1573 SKIP_MOTIF=YES; 1560 SKIP_MOTIF=YES;
1574 SKIP_ATHENA=YES; 1561 SKIP_ATHENA=YES;
1575 SKIP_NEXTAW=YES; 1562 SKIP_NEXTAW=YES;
1576 SKIP_PHOTON=YES; 1563 SKIP_PHOTON=YES;
1577 SKIP_BEOS=YES;
1578 SKIP_CARBON=YES 1564 SKIP_CARBON=YES
1579 fi 1565 fi
1580 1566
1581 dnl 1567 dnl
1582 dnl Get the cflags and libraries from the gtk-config script 1568 dnl Get the cflags and libraries from the gtk-config script
2154 enable_fontset="no" 2140 enable_fontset="no"
2155 fi 2141 fi
2156 if test "x$GUITYPE:$enable_fontset" = "xKDE:yes"; then 2142 if test "x$GUITYPE:$enable_fontset" = "xKDE:yes"; then
2157 AC_MSG_RESULT(KDE GUI selected; fontset has been disabled) 2143 AC_MSG_RESULT(KDE GUI selected; fontset has been disabled)
2158 enable_fontset="no" 2144 enable_fontset="no"
2159 fi
2160
2161 dnl There is no test for the BeOS GUI, if it's selected it's used
2162 if test -z "$SKIP_BEOS"; then
2163 GUITYPE=BEOSGUI
2164 fi 2145 fi
2165 2146
2166 if test -z "$SKIP_PHOTON"; then 2147 if test -z "$SKIP_PHOTON"; then
2167 GUITYPE=PHOTONGUI 2148 GUITYPE=PHOTONGUI
2168 fi 2149 fi