aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2012-11-22 05:50:47 +0000
committerGuy Harris <guy@alum.mit.edu>2012-11-22 05:50:47 +0000
commitb9e8e95ffe9f352cde5847d458081826523cf46f (patch)
tree0f370935a01fcf0b9d867c30563a3bd0d2ec23d3 /configure.ac
parent24d4323da6fa0eb1380083a100ff89a02ec07f57 (diff)
Get rid of an unused variable.
svn path=/trunk/; revision=46130
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 427cd9894f..a422c3d978 100644
--- a/configure.ac
+++ b/configure.ac
@@ -604,7 +604,6 @@ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([no])])
case "$host_os" in
darwin*)
- ac_applicationservices_frameworks="-framework ApplicationServices"
AC_DEFINE(HAVE_OS_X_FRAMEWORKS, 1, [Define to 1 if you have OS X frameworks])
APPLICATIONSERVICES_FRAMEWORKS="-framework ApplicationServices"
COREFOUNDATION_FRAMEWORKS="-framework CoreFoundation"