Skip to content

Commit

Permalink
Fixed AC_DEFINE syntax on configure.ac.
Browse files Browse the repository at this point in the history
  • Loading branch information
allinurl committed Aug 23, 2017
1 parent b114ea2 commit 01d3718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ if test "$geoip" = "mmdb"; then
*** Missing development files for libmaxminddb library.
])])
geolocation="GeoIP2"
AC_DEFINE([HAVE_GEOLOCATION], 1, [Build using GeoIP.]),
AC_DEFINE([HAVE_GEOLOCATION], 1, [Build using GeoIP.])
elif test "$geoip" = "legacy"; then
AC_CHECK_LIB([GeoIP], [GeoIP_new], [], [AC_MSG_ERROR([
*** Missing development files for the GeoIP library
Expand Down

0 comments on commit 01d3718

Please sign in to comment.