From bb95948271a2db1df1343b94451e0f5a90442bfd Mon Sep 17 00:00:00 2001 From: Anders F Bjorklund Date: Tue, 5 Apr 2011 15:05:13 +0200 Subject: typo in configure variable https://bugzilla.gnome.org/show_bug.cgi?id=646743 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.1