aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 97f689e..54c802e 100755
--- a/configure
+++ b/configure
@@ -228,7 +228,7 @@ if test "$gcc" -eq 1 && ($cc -c $test.c) >> configure.log 2>&1; then
228 uname=`(uname -s || echo unknown) 2>/dev/null` 228 uname=`(uname -s || echo unknown) 2>/dev/null`
229 fi 229 fi
230 case "$uname" in 230 case "$uname" in
231 Linux* | linux* | *-linux* | GNU | GNU/* | solaris*) 231 Linux* | linux* | *-linux* | GNU | GNU/* | solaris* | Haiku)
232 case "$mname" in 232 case "$mname" in
233 *sparc*) 233 *sparc*)
234 LDFLAGS="${LDFLAGS} -Wl,--no-warn-rwx-segments" ;; 234 LDFLAGS="${LDFLAGS} -Wl,--no-warn-rwx-segments" ;;