From d1373080cb258676ef1e1d7c298ca1dc4a3dcc5b Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Thu, 8 Jun 2006 16:10:12 +0000 Subject: 2006-06-08 Jeff Johnston Sync from gcc: 2005-01-12 David Edelsohn Andreas Schwab PR bootstrap/18033 * config-ml.in: Eval option if surrounded by single quotes. --- config-ml.in | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'config-ml.in') diff --git a/config-ml.in b/config-ml.in index 4082fe45d..88c9e81f1 100644 --- a/config-ml.in +++ b/config-ml.in @@ -108,6 +108,11 @@ ml_realsrcdir=${srcdir} ml_verbose=--verbose for option in ${ac_configure_args} do + # strip single quotes surrounding individual options + case $option in + \'*\') eval option=$option ;; + esac + case $option in --*) ;; -*) option=-$option ;; -- cgit v1.2.3