configure.ac: fix building python bindings.

This commit is contained in:
cristiangreco 2009-10-24 13:33:23 +00:00
parent 3bd593eadb
commit 042e8ad011
1 changed files with 1 additions and 0 deletions

View File

@ -595,6 +595,7 @@ AS_CASE(["$ARG_WITH_LIBGEOIP"],
AC_MSG_RESULT([no])
ARG_WITH_LIBGEOIP="no"
AC_DEFINE([WITH_SHIPPED_GEOIP_H],[1],[Define to use shipped copy of GeoIP.h])
COMPILETIME_OPTIONS+="-DWITH_SHIPPED_GEOIP_H "
])
],
[AC_MSG_RESULT([$ARG_WITH_LIBGEOIP])