summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDaniel P. Berrange <dan@berrange.com>2011-02-21 14:30:12 +0000
committerDaniel P. Berrange <dan@berrange.com>2011-02-21 14:30:12 +0000
commit499053d3a9345834bde03a06659bae250f74f619 (patch)
treebbb4c1b31fe1246cd8b604aa0d6d13204989f6ba /configure.ac
parent2b937ae964d0743dbfdbbe05981dd6f6c3678458 (diff)
Fix typo in SPICE configure setup
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 26558d6..0eca509 100644
--- a/configure.ac
+++ b/configure.ac
@@ -42,7 +42,7 @@ AS_IF([test "x$with_spice_gtk" != "xno"],
[have_spice_gtk=no])
AS_IF([test "x$have_spice_gtk" = "xyes"],
- [AC_DEFINE([HAVE_SPICE], 1, [Have spice-gtk?])],
+ [AC_DEFINE([HAVE_SPICE_GTK], 1, [Have spice-gtk?])],
[AS_IF([test "x$with_spice_gtk" = "xyes"],
[AC_MSG_ERROR([spice-gtk requested but not found])
])