aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJon Lund Steffensen <jonlst@gmail.com>2017-08-19 11:56:11 -0700
committerGitHub <noreply@github.com>2017-08-19 11:56:11 -0700
commit71e1de2d33f0c9d57da82f1291ed728b8dbff09f (patch)
tree0e76ea1834bc423e4376bc8e112d9c85213ed91f /configure.ac
parentMerge pull request #498 from jonls/osx-travis (diff)
parentAppveyor, Travis: Test run redshift after build (diff)
downloadredshift-ng-71e1de2d33f0c9d57da82f1291ed728b8dbff09f.tar.gz
redshift-ng-71e1de2d33f0c9d57da82f1291ed728b8dbff09f.tar.bz2
redshift-ng-71e1de2d33f0c9d57da82f1291ed728b8dbff09f.tar.xz
Merge pull request #500 from jonls/continuous-location
Continuous location updates
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 40b4316..14663e2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -257,7 +257,7 @@ AC_ARG_ENABLE([corelocation], [AC_HELP_STRING([--enable-corelocation],
AS_IF([test "x$enable_corelocation" != xno], [
AS_IF([test "x$have_corelocation_h" = xyes], [
CORELOCATION_CFLAGS=""
- CORELOCATION_LIBS="-framework Foundation -framework CoreLocation"
+ CORELOCATION_LIBS="-framework Foundation -framework Cocoa -framework CoreLocation"
AC_DEFINE([ENABLE_CORELOCATION], 1,
[Define to 1 to enable CoreLocation provider])
AC_MSG_RESULT([yes])