diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 190dc8f73f..474d757a66 100644 --- a/configure.ac +++ b/configure.ac @@ -381,7 +381,7 @@ AC_ARG_WITH([previous-options], ], [ if test -r ./config.status && \ args=$(grep 'ac_cs_config=' config.status | \ - sed -e 's/.*"\(.*\)".*/\1/'| sed -e "s/'//g") ; then + sed -e 's/.*"\(.*\)".*/\1/' -e "s/'//g" -e "s/--with-previous-options//g") ; then echo "###" echo "### Rerunning as '$0 $args'" echo "###" |