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 1cf229aff1..1f041f7ebf 100755
--- a/tools/configure
+++ b/tools/configure
@@ -114,7 +114,9 @@ simcc () {
114 114
115 FreeBSD) 115 FreeBSD)
116 echo "FreeBSD host detected" 116 echo "FreeBSD host detected"
117 LDOPTS='-L/usr/X11R6/lib -lX11 -lm -lXt -lXmu -dl -lpthread' 117 # sdl version
118 GCCOPTS="$GCCOPTS `sdl-config --cflags`"
119 LDOPTS="`sdl-config --libs`"
118 ;; 120 ;;
119 121
120 Darwin) 122 Darwin)