1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-02 07:46:38 +02:00

fix CFLAGS on openbsd

This commit is contained in:
Emmanuel Bouthenot
2005-10-30 13:17:20 +00:00
parent 079e4a4028
commit 5f101c3833
2 changed files with 10 additions and 0 deletions
+5
View File
@@ -368,6 +368,11 @@ freebsd*)
LIBS="$LIBS $INTLLIBS"
CFLAGS="$CFLAGS $CPPFLAGS"
;;
openbsd*)
if test "x$enable_python" = "xyes" ; then
CFLAGS="$CFLAGS -pthread"
fi
;;
*)
;;
esac
+5
View File
@@ -368,6 +368,11 @@ freebsd*)
LIBS="$LIBS $INTLLIBS"
CFLAGS="$CFLAGS $CPPFLAGS"
;;
openbsd*)
if test "x$enable_python" = "xyes" ; then
CFLAGS="$CFLAGS -pthread"
fi
;;
*)
;;
esac