- enabled save/restore feature on Linux and Windows (for binary packages)

This commit is contained in:
Volker Ruppert 2006-06-18 07:28:55 +00:00
parent cf6ec36040
commit 514952f78c
3 changed files with 4 additions and 0 deletions

View File

@ -36,6 +36,7 @@ case $which_config in
--enable-pci \
--enable-clgd54xx \
--enable-usb \
--enable-save-restore \
${CONFIGURE_ARGS}
;;
@ -54,6 +55,7 @@ case $which_config in
--enable-pci \
--enable-clgd54xx \
--enable-usb \
--enable-save-restore \
--enable-plugins \
--with-all-libs \
${CONFIGURE_ARGS}

View File

@ -24,4 +24,5 @@ export CXXFLAGS
--enable-pci \
--enable-clgd54xx \
--enable-usb \
--enable-save-restore \
--with-win32 --with-rfb --with-nogui

View File

@ -13,6 +13,7 @@ set echo
--enable-pci \
--enable-clgd54xx \
--enable-usb \
--enable-save-restore \
--disable-readline \
--without-x \
--enable-cpp \