comparison configure.in @ 211:78478c60bfcd r20-4b4

Import from CVS: tag r20-4b4
author cvs
date Mon, 13 Aug 2007 10:05:51 +0200
parents 41ff10fd062f
children 78f53ef88e17
comparison
equal deleted inserted replaced
210:49f55ca3ba57 211:78478c60bfcd
2705 test "$with_menubars" != "no" && XE_ADD_OBJS(menubar-x.o) 2705 test "$with_menubars" != "no" && XE_ADD_OBJS(menubar-x.o)
2706 test "$with_scrollbars" != "no" && XE_ADD_OBJS(scrollbar-x.o) 2706 test "$with_scrollbars" != "no" && XE_ADD_OBJS(scrollbar-x.o)
2707 test "$with_dialogs" != "no" && XE_ADD_OBJS(dialog-x.o) 2707 test "$with_dialogs" != "no" && XE_ADD_OBJS(dialog-x.o)
2708 test "$with_toolbars" != "no" && XE_ADD_OBJS(toolbar-x.o) 2708 test "$with_toolbars" != "no" && XE_ADD_OBJS(toolbar-x.o)
2709 test "$all_widgets" != "no no no no" && XE_ADD_OBJS(gui-x.o) 2709 test "$all_widgets" != "no no no no" && XE_ADD_OBJS(gui-x.o)
2710 else
2711 if test \( "$with_sound" = "nas" \) -o \( "$with_sound" = "both" \); then
2712 echo "Attempt to Build NAS sound without X"
2713 echo "Please remove NAS configuration or build with X"
2714 exit 1
2715 fi
2710 fi 2716 fi
2711 2717
2712 dnl ---------------------- 2718 dnl ----------------------
2713 dnl Mule-dependent options 2719 dnl Mule-dependent options
2714 dnl ---------------------- 2720 dnl ----------------------