summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Wood <thomas.wood@intel.com>2009-05-01 16:44:15 +0100
committerThomas Wood <thomas.wood@intel.com>2009-05-01 16:44:15 +0100
commit151dfc70e50ad662ae0ca7ebd623bbde702689a2 (patch)
tree43da840faa73a18196da5591e639e5c633016007
parent95636fb19584a2671dd95e05c1a4c5c48b15b453 (diff)
[configure] correct the name of the examples options
The name of the examples option did not match the help string
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index afbd4f3..5294409 100644
--- a/configure.in
+++ b/configure.in
@@ -238,7 +238,7 @@ AC_SUBST([CCSS_GTK_DEPS], "$ccss_gtk_reqs libccss-cairo-1")
ccss_examples_reqs='gtk+-2.0 >= 2.10 librsvg-2.0'
ccss_examples_pkgs=
-AC_ARG_ENABLE([ccss-examples],
+AC_ARG_ENABLE([examples],
[AS_HELP_STRING([--disable-examples], [disable the build of examples.])],
[
want_examples="$enableval"