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

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

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