Align libgc vcxproj with makefile.
[mono.git] / libgc / configure.host
index a98a0a7cb30cc48a0035ac6b2fa4954b6542cf31..53a47f2b623a6ad03fd14493e94a8cb5bf255fbd 100644 (file)
 
 gc_cflags=""
 
-# We should set -fexceptions if we are using gcc and might be used
-# inside something like gcj.  This is the zeroth approximation:
 if test :"$GCC": = :yes: ; then
-    gc_cflags="${gc_cflags} -fexceptions"
+    :
 else
     case "$host" in 
         hppa*-*-hpux* )