VirtualBox

Changeset 6516 in vbox


Ignore:
Timestamp:
Jan 25, 2008 2:12:39 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
27526
Message:

libSDLmain is not needed on Linux as well

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure

    r6500 r6516  
    840840    LIBSDL=`sdl-config --libs`
    841841    LIBSDLMAIN="-lSDLmain"
    842     [ "$OS" = "darwin" -o "$OS" = "solaris" ] && LIBSDLMAIN=""
     842    [ "$OS" = "linux" -o "$OS" = "darwin" -o "$OS" = "solaris" ] && LIBSDLMAIN=""
    843843    cat > .tmp_src.cc << EOF
    844844#include <cstdio>
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette