comparison configure.in @ 744:8ae895c67ce7

[xemacs-hg @ 2002-02-04 15:44:37 by wmperry] Enable generic toolbar support for X11. Added new toolbar-shadow-thickness specifier.
author wmperry
date Mon, 04 Feb 2002 15:44:52 +0000
parents 1f525cb38373
children 943eaba38521
comparison
equal deleted inserted replaced
743:968a715e8c6f 744:8ae895c67ce7
3667 3667
3668 if test "$with_x11" = "yes"; then 3668 if test "$with_x11" = "yes"; then
3669 test "$with_menubars" != "no" && XE_ADD_OBJS(menubar-x.o) 3669 test "$with_menubars" != "no" && XE_ADD_OBJS(menubar-x.o)
3670 test "$with_scrollbars" != "no" && XE_ADD_OBJS(scrollbar-x.o) 3670 test "$with_scrollbars" != "no" && XE_ADD_OBJS(scrollbar-x.o)
3671 test "$with_dialogs" != "no" && XE_ADD_OBJS(dialog-x.o) 3671 test "$with_dialogs" != "no" && XE_ADD_OBJS(dialog-x.o)
3672 test "$with_toolbars" != "no" && XE_ADD_OBJS(toolbar-x.o) 3672 test "$with_toolbars" != "no" && XE_ADD_OBJS(toolbar-common.o toolbar-x.o)
3673 test "$all_widgets" != "no no no no no" && XE_ADD_OBJS(gui-x.o) 3673 test "$all_widgets" != "no no no no no" && XE_ADD_OBJS(gui-x.o)
3674 fi 3674 fi
3675 3675
3676 dnl ---------------------- 3676 dnl ----------------------
3677 dnl Mule-dependent options 3677 dnl Mule-dependent options