summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
Diffstat (limited to 'tools/configure')
-rwxr-xr-xtools/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure
index 8491ffdb35..ad702aab60 100755
--- a/tools/configure
+++ b/tools/configure
@@ -289,7 +289,7 @@ simcc () {
289 FreeBSD) 289 FreeBSD)
290 sigaltstack=`check_sigaltstack` 290 sigaltstack=`check_sigaltstack`
291 echo "FreeBSD host detected" 291 echo "FreeBSD host detected"
292 LDOPTS="$LDOPTS -ldl" 292 LDOPTS="$LDOPTS"
293 ;; 293 ;;
294 294
295 Darwin) 295 Darwin)