diff options
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure index 0775773f069..6c8648ea03a 100755 --- a/configure +++ b/configure @@ -804,7 +804,7 @@ EOF_SED tmp="'$progname'" for ac_arg do - tmp="$tmp '"`echo "$ac_arg" | sed -fconftestsed` + tmp="$tmp '"`echo "$ac_arg" | sed -f conftestsed` done rm -f conftestsed TOPLEVEL_CONFIGURE_ARGUMENTS="$tmp" @@ -2533,7 +2533,7 @@ s/ [^' -][^ ]* / / s/^ *//;s/ *$// s,\\,\\\\,g; s,\$,$$,g EOF_SED -baseargs=`echo " ${ac_configure_args} " | sed -fconftestsed` +baseargs=`echo " ${ac_configure_args} " | sed -f conftestsed` rm -f conftestsed # For the build-side libraries, we just need to pretend we're native, |