--- apaci/configure.orig	Tue Oct 26 15:23:06 1999
+++ apaci/configure	Tue Oct 26 15:28:58 1999
@@ -70,7 +70,7 @@
     echo "$0:Error: no 'apxs' program found, please provide it's path via --with-apxs" 1>&2 
     exit 1
 fi
-my_apxs_cflags="`$my_apxs -q CFLAGS`"
+my_apxs_cflags="`$my_apxs -q CFLAGS | sed -e 's,\",\\\\",g'`"
 my_apxs_includes="-I`$my_apxs -q INCLUDEDIR`"
 
 #   friendly header
