diff options
| -rwxr-xr-x | tools/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure index 8491ffd..ad702aa 100755 --- a/tools/configure +++ b/tools/configure @@ -289,7 +289,7 @@ simcc () { FreeBSD) sigaltstack=`check_sigaltstack` echo "FreeBSD host detected" - LDOPTS="$LDOPTS -ldl" + LDOPTS="$LDOPTS" ;; Darwin) |