Skip to content

Commit

Permalink
Don't need to link against libstdc++ on Mac OS X now.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Dec 1, 2005
1 parent 4c15c95 commit 0df6def
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion configure.in
Expand Up @@ -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
Expand Down

0 comments on commit 0df6def

Please sign in to comment.