diff options
author | Pierre-Luc Beaudoin <pierre-luc.beaudoin@collabora.co.uk> | 2009-05-30 03:15:42 +0800 |
---|---|---|
committer | Pierre-Luc Beaudoin <pierre-luc.beaudoin@collabora.co.uk> | 2009-06-01 23:35:32 +0800 |
commit | 7a1fd4ecfdb3af30a23b4cd028a5c7402f1f6a38 (patch) | |
tree | 493c9599dec4c0a30254cc637200886ccbce1168 /libempathy-gtk/empathy-location-manager.c | |
parent | 6db41c2d2576e35bfe086a9a96e5014a7a8ff6db (diff) | |
download | gsoc2013-empathy-7a1fd4ecfdb3af30a23b4cd028a5c7402f1f6a38.tar gsoc2013-empathy-7a1fd4ecfdb3af30a23b4cd028a5c7402f1f6a38.tar.gz gsoc2013-empathy-7a1fd4ecfdb3af30a23b4cd028a5c7402f1f6a38.tar.bz2 gsoc2013-empathy-7a1fd4ecfdb3af30a23b4cd028a5c7402f1f6a38.tar.lz gsoc2013-empathy-7a1fd4ecfdb3af30a23b4cd028a5c7402f1f6a38.tar.xz gsoc2013-empathy-7a1fd4ecfdb3af30a23b4cd028a5c7402f1f6a38.tar.zst gsoc2013-empathy-7a1fd4ecfdb3af30a23b4cd028a5c7402f1f6a38.zip |
Don't build the file instead of #if the whole file
Diffstat (limited to 'libempathy-gtk/empathy-location-manager.c')
-rw-r--r-- | libempathy-gtk/empathy-location-manager.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libempathy-gtk/empathy-location-manager.c b/libempathy-gtk/empathy-location-manager.c index 7009a91db..5842e5f73 100644 --- a/libempathy-gtk/empathy-location-manager.c +++ b/libempathy-gtk/empathy-location-manager.c @@ -28,7 +28,6 @@ #include <telepathy-glib/util.h> -#if HAVE_GEOCLUE #include <geoclue/geoclue-master.h> #include <extensions/extensions.h> @@ -652,5 +651,3 @@ resource_cb (EmpathyConf *conf, if (priv->is_setup) update_resources (manager); } - -#endif |