]> git.pld-linux.org Git - packages/geoclue2.git/blob - geoclue-configure.patch
- current snap
[packages/geoclue2.git] / geoclue-configure.patch
1 --- geoclue/configure.ac~       2009-08-20 23:16:27.000000000 +0200
2 +++ geoclue/configure.ac        2009-09-26 17:26:43.042856046 +0200
3 @@ -209,7 +209,7 @@
4                               enable_gpsd=auto)
5  
6  if test "x$enable_gpsd" != "xno"; then
7 -   AC_CHECK_LIB(gps, gps_open,[libgps=yes] )
8 +   AC_CHECK_LIB(gps, gps_open,[have_gpsd=yes] )
9     if test "x$have_gpsd" = "xyes"; then
10        PROVIDER_SUBDIRS="$PROVIDER_SUBDIRS gpsd"
11        GPSD_LIBS="-lgps"
This page took 0.078544 seconds and 4 git commands to generate.