build: Remove unused CONFIG_LIBGEOIP
commit47f41a76c7086761d0c64e743a5ca9f1b0e71440
authorTobias Klauser <tklauser@distanz.ch>
Tue, 27 May 2014 09:03:37 +0000 (27 11:03 +0200)
committerTobias Klauser <tklauser@distanz.ch>
Tue, 27 May 2014 09:03:37 +0000 (27 11:03 +0200)
treefd4ab3be4c466a094f9413661624eead36e9403e
parent5160c9212e0e55e0dc518aadca0e6a370cf1420d
build: Remove unused CONFIG_LIBGEOIP

If libgeoip is present, CONFIG_GEOIP will be set later on depending on
HAVE_LIBGEOIP, we thus don't need to write CONFIG_LIBGEOIP to Config.
This symbol isn't used anywhere in the build process.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
configure