Removing the confusion caused by moving GeoIP code/.dat to a different directory

This commit is contained in:
LazyBui 2015-05-13 00:15:10 -05:00 committed by sledgehammer999
commit 03fb897717
3 changed files with 4 additions and 4 deletions

View file

@ -26,7 +26,7 @@ AC_ARG_WITH(libtorrent-rasterbar0.16,
AC_ARG_WITH(geoip-database-embedded,
[AS_HELP_STRING([--with-geoip-database-embedded],
[Embed the GeoIP database in the qBittorrent executable (please follow instructions in src/geoip/README) (default=no)])],
[Embed the GeoIP database in the qBittorrent executable (please follow instructions in src/gui/geoip/README) (default=no)])],
[],
[with_geoip_database_embedded=no])