diff configure.in @ 1193:3bafdbba8dcf

Don't need to link against libstdc++ on Mac OS X now.
author Ryan C. Gordon <icculus@icculus.org>
date Thu, 01 Dec 2005 19:22:32 +0000
parents 2bd4cec0de63
children 8f418dce02b2
line wrap: on
line diff
--- a/configure.in	Mon Nov 28 13:58:26 2005 +0000
+++ b/configure.in	Thu Dec 01 19:22:32 2005 +0000
@@ -2796,7 +2796,6 @@
         if test x$enable_cdrom = xyes; then
             CDROM_SUBDIRS="$CDROM_SUBDIRS macosx"
             CDROM_DRIVERS="$CDROM_DRIVERS macosx/libcdrom_macosx.la"
-            SYSTEM_LIBS="$SYSTEM_LIBS -lstdc++"
         fi
         # Set up files for the thread library
         if test x$enable_threads = xyes; then