diff options
author | N.N. <matju@users.sourceforge.net> | 2009-06-03 02:32:11 +0000 |
---|---|---|
committer | N.N. <matju@users.sourceforge.net> | 2009-06-03 02:32:11 +0000 |
commit | 8bb95a61e701d531864602833a330d8ed70faec4 (patch) | |
tree | 67172252c110c51c8f3b316b855634c939a28f1f /desiredata/src/configure | |
parent | b6578a3659d011de759cd3bb25e0f3de57529429 (diff) |
...
svn path=/trunk/; revision=11650
Diffstat (limited to 'desiredata/src/configure')
-rwxr-xr-x | desiredata/src/configure | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/desiredata/src/configure b/desiredata/src/configure index 3f2da4b5..42742a61 100755 --- a/desiredata/src/configure +++ b/desiredata/src/configure @@ -5296,7 +5296,9 @@ MIDISRC="s_midi_none.c" WLIB="" STRIP="meuhhhhh" -OS=$(uname -s) +if test "$OS" = ""; then + OS=$(uname -s) +fi if test $OS = Linux; then LDFLAGS="-Wl,-export-dynamic " @@ -5353,8 +5355,8 @@ if test $(echo $OS | cut -f1 -d_) = CYGWIN; then fi if test $(echo $OS | cut -f1 -d_) = MINGW32; then - LDFLAGS="-lm -lpthreadGC2 -lwsock32 -lwinmm -lole32 -L../src -lpd" -# LDFLAGS="-lm /home/matju/pthreads-mingw/lib/libpthreadGC2.a -lwsock32 -lwinmm -lole32 -L../src -lpd" +# LDFLAGS="-lm -lpthreadGC2 -lwsock32 -lwinmm -lole32 -L../src -lpd" + LDFLAGS="-lm /home/matju/pthreads-mingw/lib/libpthreadGC2.a -lwsock32 -lwinmm -lole32 -L../src -lpd" EXT=dll LIBSUFFIX=.dll CPPFLAGS="-DMSW \ |