comparison 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
comparison
equal deleted inserted replaced
1192:54aa9aa32327 1193:3bafdbba8dcf
2794 fi 2794 fi
2795 # Set up files for the cdrom library 2795 # Set up files for the cdrom library
2796 if test x$enable_cdrom = xyes; then 2796 if test x$enable_cdrom = xyes; then
2797 CDROM_SUBDIRS="$CDROM_SUBDIRS macosx" 2797 CDROM_SUBDIRS="$CDROM_SUBDIRS macosx"
2798 CDROM_DRIVERS="$CDROM_DRIVERS macosx/libcdrom_macosx.la" 2798 CDROM_DRIVERS="$CDROM_DRIVERS macosx/libcdrom_macosx.la"
2799 SYSTEM_LIBS="$SYSTEM_LIBS -lstdc++"
2800 fi 2799 fi
2801 # Set up files for the thread library 2800 # Set up files for the thread library
2802 if test x$enable_threads = xyes; then 2801 if test x$enable_threads = xyes; then
2803 CopyUnixThreadSource 2802 CopyUnixThreadSource
2804 fi 2803 fi