summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
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 e2248c5b..612ecbc3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -445,7 +445,7 @@ case $gdk_target in
;;
esac
-if test "x$gdktarget" = "xquartz"; then
+if test "x$gdk_target" = "xquartz"; then
AM_CONDITIONAL(USE_QUARTZ, true)
else
AM_CONDITIONAL(USE_QUARTZ, false)