Skip to content

Commit 6419111

Browse files
OscarLmadler
authored andcommitted
Add Haiku to configure for proper LDSHARED settings.
1 parent d476828 commit 6419111

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure

+1-1
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ if test "$gcc" -eq 1 && ($cc -c $test.c) >> configure.log 2>&1; then
228228
uname=`(uname -s || echo unknown) 2>/dev/null`
229229
fi
230230
case "$uname" in
231-
Linux* | linux* | *-linux* | GNU | GNU/* | solaris*)
231+
Linux* | linux* | *-linux* | GNU | GNU/* | solaris* | Haiku)
232232
case "$mname" in
233233
*sparc*)
234234
LDFLAGS="${LDFLAGS} -Wl,--no-warn-rwx-segments" ;;

0 commit comments

Comments
 (0)