From 0df6def54735948364a93c6871b6d89fbb7d5977 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Thu, 1 Dec 2005 19:22:32 +0000 Subject: [PATCH] Don't need to link against libstdc++ on Mac OS X now. --- configure.in | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.in b/configure.in index ee0041882..b22ba212d 100644 --- a/configure.in +++ b/configure.in @@ -2796,7 +2796,6 @@ case "$target" in 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