You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4cxx-dev@logging.apache.org by af...@apache.org on 2006/05/01 12:22:03 UTC

svn commit: r398568 - /logging/log4cxx/trunk/configure.in

Author: afester
Date: Mon May  1 03:21:58 2006
New Revision: 398568

URL: http://svn.apache.org/viewcvs?rev=398568&view=rev
Log:
LOGCXX-43: FreeBSD build fix

Modified:
    logging/log4cxx/trunk/configure.in

Modified: logging/log4cxx/trunk/configure.in
URL: http://svn.apache.org/viewcvs/logging/log4cxx/trunk/configure.in?rev=398568&r1=398567&r2=398568&view=diff
==============================================================================
--- logging/log4cxx/trunk/configure.in (original)
+++ logging/log4cxx/trunk/configure.in Mon May  1 03:21:58 2006
@@ -184,7 +184,7 @@
 
         case "$host" in
                 *freebsd*)
-                CPPFLAGS="$CPPLAGS -D_THREAD_SAFE"
+                CPPFLAGS="$CPPFLAGS -D_THREAD_SAFE"
                 LIBS="-pthread $LIBS"
                 ;;
                 *solaris*)