diff options
author | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-06-16 21:21:45 +0000 |
---|---|---|
committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-06-16 21:21:45 +0000 |
commit | eff542e585bd6f47503ba635b431d73b82299547 (patch) | |
tree | 637f902ca53c801bc33bcc8cba8df3c7e692433b | |
parent | f6934a05545b5cc7ca3ca0ba3fc41b20ee2a76bf (diff) | |
download | xine-lib-eff542e585bd6f47503ba635b431d73b82299547.tar.gz xine-lib-eff542e585bd6f47503ba635b431d73b82299547.tar.bz2 |
thread safe for freebsd
CVS patchset: 194
CVS date: 2001/06/16 21:21:45
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 8219c6dd4..6251d77dc 100644 --- a/configure.in +++ b/configure.in @@ -105,7 +105,7 @@ dnl case $host in *-*-freebsd*) THREAD_LIBS="-pthread" - CFLAGS="$CFLAGS -I/usr/local/include -L/usr/local/lib" + CFLAGS="$CFLAGS -I/usr/local/include -L/usr/local/lib -D_THREAD_SAFE" CPPFLAGS="$CPPFLAGS -I/usr/local/include -L/usr/local/lib" ;; *) |