summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtools/configure4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure
index 1cf229a..1f041f7 100755
--- a/tools/configure
+++ b/tools/configure
@@ -114,7 +114,9 @@ simcc () {
FreeBSD)
echo "FreeBSD host detected"
- LDOPTS='-L/usr/X11R6/lib -lX11 -lm -lXt -lXmu -dl -lpthread'
+ # sdl version
+ GCCOPTS="$GCCOPTS `sdl-config --cflags`"
+ LDOPTS="`sdl-config --libs`"
;;
Darwin)