From 57ecf117c94e070f0aa267ecc0071e6ddabbb115 Mon Sep 17 00:00:00 2001 From: bjarni Date: Mon, 14 Jan 2008 20:30:05 +0000 Subject: (svn r11853) -Fix [r11837]: [OSX] reconfigure killed the space in shared-dir Thanks to TrueLight for finding the solution to this one Note: if the shared-dir setting is already broken due to this then you have to manually run configure again --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 906119d5e..73e500ac5 100644 --- a/Makefile.in +++ b/Makefile.in @@ -79,7 +79,7 @@ ifeq ($(shell if test -f config.cache; then echo 1; fi), 1) @echo " Going to reconfigure with last known settings..." @echo "----------------" # Make sure we don't lock config.cache - @$(shell cat config.cache) || exit 1 + @$(shell cat config.cache | sed 's/\\ /\\\\ /g') || exit 1 @echo "----------------" @echo "Reconfig done. Now compiling..." @echo "----------------" -- cgit v1.2.3-70-g09d2