Don't use underscores in configure options.
authorZeeshan Ali (Khattak) <zeeshanak@src.gnome.org>
Mon, 19 Jan 2009 15:56:22 +0000 (15:56 +0000)
committerZeeshan Ali (Khattak) <zeeshanak@src.gnome.org>
Mon, 19 Jan 2009 15:56:22 +0000 (15:56 +0000)
svn path=/trunk/; revision=461

configure.ac

index 677508b..e229b39 100644 (file)
@@ -102,7 +102,7 @@ fi
 
 # Build test plugin
 AC_ARG_ENABLE(test-plugin,
-       [  --enable-test_plugin          build test plugin],,
+       [  --enable-test-plugin          build test plugin],,
         enable_test_plugin=no)
 
 AC_SUBST(abs_top_builddir)