From e64038608be28c14ed72b0372529762953de898f Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Mon, 22 Mar 2010 12:46:05 +0000 Subject: More chnages to use estream. Add a way to replace the standard descriptors. --- autogen.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh index f7bab4a25..b943c6f77 100755 --- a/autogen.sh +++ b/autogen.sh @@ -76,10 +76,12 @@ if [ "$myhost" = "w32" ]; then fi build=`$tsdir/scripts/config.guess` + extraoptions="" case $myhostsub in ce) [ -z "$w32root" ] && w32root="$HOME/w32ce_root" toolprefixes="arm-mingw32ce" + extraoptions="--disable-scdaemon" ;; *) [ -z "$w32root" ] && w32root="$HOME/w32root" @@ -124,7 +126,7 @@ if [ "$myhost" = "w32" ]; then --with-regex=${w32root} \ --with-pth-prefix=${w32root} \ --with-adns=${w32root} \ - --disable-g13 "$@" + ${extraoptions} --disable-g13 "$@" rc=$? exit $rc fi -- cgit v1.2.3