* Also make SysLinux non-optional
This commit is contained in:
Pete Batard 2012-02-16 23:56:31 +00:00
parent ce499c95d7
commit 8e091fdc04
6 changed files with 19 additions and 58 deletions

23
configure vendored
View file

@ -652,7 +652,6 @@ ac_user_opts='
enable_option_checking
enable_silent_rules
with_freedos
with_syslinux
enable_debug
'
ac_precious_vars='build_alias
@ -1287,7 +1286,6 @@ Optional Packages:
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
--with-freedos embed FreeDOS support (default=yes)
--with-syslinux embed Syslinux support (default=yes)
Some influential environment variables:
CC C compiler command
@ -3452,6 +3450,7 @@ $as_echo "#define _GNU_SOURCE /**/" >>confdefs.h
AM_CFLAGS="${AM_CFLAGS} -DWINVER=0x501 -D_WIN32_IE=0x501 -D_WIN32_WINNT=0x501"
AM_LDFLAGS="${AM_LDFLAGS} -Wl,-no-undefined"
# FreeDOS support
# Check whether --with-freedos was given.
if test "${with_freedos+set}" = set; then :
@ -3465,18 +3464,6 @@ if test "x$with_freedos" != "xno" ; then
EXESUFFIX="f"
fi
# Check whether --with-syslinux was given.
if test "${with_syslinux+set}" = set; then :
withval=$with_syslinux;
else
with_freedos=yes
fi
if test "x$with_syslinux" != "xno" ; then
AM_RCFLAGS="${AM_RCFLAGS} -DWITH_SYSLINUX"
fi
# Debug symbols
# Check whether --enable-debug was given.
if test "${enable_debug+set}" = set; then :
@ -4740,9 +4727,5 @@ $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}:
FreeDOS Support : $(test \"x$with_freedos\" != \"xno\" && echo enabled || echo disabled)
Syslinux Support : $(test \"x$with_syslinux\" != \"xno\" && echo enabled || echo disabled)" >&5
$as_echo "$as_me:
FreeDOS Support : $(test \"x$with_freedos\" != \"xno\" && echo enabled || echo disabled)
Syslinux Support : $(test \"x$with_syslinux\" != \"xno\" && echo enabled || echo disabled)" >&6;}
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: FreeDOS support: $(test \"x$with_freedos\" != \"xno\" && echo enabled || echo disabled)" >&5
$as_echo "FreeDOS support: $(test \"x$with_freedos\" != \"xno\" && echo enabled || echo disabled)" >&6; }