changeset 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 54aa9aa32327
children b8f167923bfc
files configure.in
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
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