[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[vidalia-svn] r4376: Include the results of the FindGeoIP.cmake script to the CMa (vidalia/trunk)
Author: edmanm
Date: 2010-08-05 16:13:14 -0400 (Thu, 05 Aug 2010)
New Revision: 4376
Modified:
vidalia/trunk/config.h.in
Log:
Include the results of the FindGeoIP.cmake script to the CMake-generated
config.h.
Modified: vidalia/trunk/config.h.in
===================================================================
--- vidalia/trunk/config.h.in 2010-08-05 20:09:44 UTC (rev 4375)
+++ vidalia/trunk/config.h.in 2010-08-05 20:13:14 UTC (rev 4376)
@@ -26,6 +26,10 @@
#cmakedefine HAVE_SIGNAL
+#cmakedefine HAVE_GEOIP_H
+
+#cmakedefine HAVE_GEOIPCITY_H
+
#cmakedefine SIZEOF_INT @SIZEOF_INT@
#cmakedefine USE_MINIUPNPC
@@ -36,5 +40,7 @@
#cmakedefine USE_BREAKPAD
+#cmakedefine USE_GEOIP
+
#endif