From: Andy Spencer Date: Sun, 16 May 2010 23:42:35 +0000 (+0000) Subject: Go back to depending on libgis-$VERSION X-Git-Tag: v0.4.1~2 X-Git-Url: http://pileus.org/git/?p=aweather;a=commitdiff_plain;h=858d602507cfa22162abc03291744e9de851d257 Go back to depending on libgis-$VERSION --- diff --git a/configure.ac b/configure.ac index 9050c93..2711686 100644 --- a/configure.ac +++ b/configure.ac @@ -15,7 +15,7 @@ gl_INIT # Check for required packages PKG_CHECK_MODULES(GLIB, glib-2.0) -PKG_CHECK_MODULES(GIS, libgis = 0.4) +PKG_CHECK_MODULES(GIS, libgis = $VERSION) # Define odd RSL install location AC_CHECK_LIB(rsl, RSL_wsr88d_to_radar, RSL_LIBS="-lrsl")