diff options
author | Ken VanDine <kvandine@gnome.org> | 2009-07-10 17:09:23 +0800 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2009-07-10 17:09:23 +0800 |
commit | fb43069972c8eccefcf1beb28251d1ed23c4a20c (patch) | |
tree | f0063deada7844bd130c35417717cad1b60f2eb6 | |
parent | ee5227403193fe7b5dae7d5c15e33d8a9c385c3f (diff) | |
download | gsoc2013-empathy-fb43069972c8eccefcf1beb28251d1ed23c4a20c.tar gsoc2013-empathy-fb43069972c8eccefcf1beb28251d1ed23c4a20c.tar.gz gsoc2013-empathy-fb43069972c8eccefcf1beb28251d1ed23c4a20c.tar.bz2 gsoc2013-empathy-fb43069972c8eccefcf1beb28251d1ed23c4a20c.tar.lz gsoc2013-empathy-fb43069972c8eccefcf1beb28251d1ed23c4a20c.tar.xz gsoc2013-empathy-fb43069972c8eccefcf1beb28251d1ed23c4a20c.tar.zst gsoc2013-empathy-fb43069972c8eccefcf1beb28251d1ed23c4a20c.zip |
Fixed a copy/paste bug in configure.ac
This fixes bug #588021.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 0dab5e4fc..e0d92fad3 100644 --- a/configure.ac +++ b/configure.ac @@ -162,7 +162,7 @@ AM_GLIB_GNU_GETTEXT AC_ARG_ENABLE(network-manager, AS_HELP_STRING([--enable-network-manager=@<:@no/yes/auto@:>@], [build with network-manager support]), , - enable_webkit=auto) + enable_network_manager=auto) if test "x$enable_network_manager" != "xno"; then PKG_CHECK_MODULES(NETWORK_MANAGER, |