diff options
author | Ryan C. Gordon <icculus@icculus.org> | 2010-01-10 05:06:03 +0000 |
---|---|---|
committer | Ryan C. Gordon <icculus@icculus.org> | 2010-01-10 05:06:03 +0000 |
commit | 3211781e36967370cfebe5aec71938e850e9d1fd (patch) | |
tree | 70712fbb99070d9678901e9cf3936054fd58804c /test/configure.in | |
parent | b0992cb7f1e8df9474cf42b90fa3986f3bd61df1 (diff) | |
download | sdl-3211781e36967370cfebe5aec71938e850e9d1fd.tar.gz |
Reverted r5460 ... this was merged from 1.2, but was later reverted there.
Diffstat (limited to 'test/configure.in')
-rw-r--r-- | test/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/configure.in b/test/configure.in index fc6ae5009..b24b6a6fe 100644 --- a/test/configure.in +++ b/test/configure.in @@ -28,7 +28,7 @@ case "$host" in *-*-darwin* ) EXE="" MATHLIB="" - SYS_GL_LIBS="-framework,OpenGL" + SYS_GL_LIBS="-Wl,-framework,OpenGL" ;; *-*-aix*) EXE="" |