diff options
author | Andy Wingo <wingo@pobox.com> | 2002-02-10 15:12:25 +0000 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2002-02-10 15:12:25 +0000 |
commit | 9add402512b6e9583be43d85aaa69ba4f2ee2bf4 (patch) | |
tree | 29297ee6862f8bd3e53ae51ef8262df589c6a995 /autogen.sh | |
parent | d02cd6b3020fc184f291c07426d158e13a99f8ca (diff) |
fix mad check, add defaut options properly
Original commit message from CVS:
fix mad check, add defaut options properly
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh index fb1b2e979..b1af3b5cd 100755 --- a/autogen.sh +++ b/autogen.sh @@ -84,7 +84,7 @@ test ! -z "$CONFIGURE_DEF_OPT" && echo " ./configure default flags: $CONFIGURE_ test ! -z "$CONFIGURE_EXT_OPT" && echo " ./configure external flags: $CONFIGURE_EXT_OPT" echo -./configure $CONFIGURE_OPT $CONFIGURE_EXT_OPT || { +./configure $CONFIGURE_DEF_OPT $CONFIGURE_EXT_OPT || { echo " configure failed" exit 1 } |