[svn] commit: r1632 - /trunk/src/bin/auth/main.cc

BIND 10 source code commits bind10-changes at lists.isc.org
Tue Mar 23 10:38:09 UTC 2010


Author: jelte
Date: Tue Mar 23 10:38:09 2010
New Revision: 1632

Log:
one ifdef hadn't been renamed

Modified:
    trunk/src/bin/auth/main.cc

Modified: trunk/src/bin/auth/main.cc
==============================================================================
--- trunk/src/bin/auth/main.cc (original)
+++ trunk/src/bin/auth/main.cc Tue Mar 23 10:38:09 2010
@@ -136,7 +136,7 @@
     }
 }
 
-#ifdef HAVE_BOOSTLIB
+#ifdef HAVE_BOOST_SYSTEM
 //
 // Helper classes for asynchronous I/O using boost::asio
 //




More information about the bind10-changes mailing list