aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJon Lund Steffensen <jonlst@gmail.com>2017-08-16 22:28:38 -0700
committerJon Lund Steffensen <jonlst@gmail.com>2017-08-17 20:24:32 -0700
commitdf10508e30ad8a8eab43ef1e3666efa3af1f73ef (patch)
treebde158d1fe723124a62abbc31dbff76c754ee00c /configure.ac
parentpipeutils: Add utils for pipe signals (diff)
downloadredshift-ng-df10508e30ad8a8eab43ef1e3666efa3af1f73ef.tar.gz
redshift-ng-df10508e30ad8a8eab43ef1e3666efa3af1f73ef.tar.bz2
redshift-ng-df10508e30ad8a8eab43ef1e3666efa3af1f73ef.tar.xz
corelocation: Update continuously
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])