summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDavid Zeuthen <davidz@redhat.com>2008-02-26 03:06:52 +0000
committerDavid Zeuthen <davidz@src.gnome.org>2008-02-26 03:06:52 +0000
commit46bca509d6ad381de7f235a7a70c23f9495f17c1 (patch)
tree627a5d2364327c23d8ae71d7bd726d4af96e8ea7 /configure.ac
parent3a4c05ad37f83b9f5c4280a6dcb47fc876daa918 (diff)
downloadgvfs-46bca509d6ad381de7f235a7a70c23f9495f17c1.tar.gz
fix typo in AC_ARG_ENABLE for gphoto2
2008-02-25 David Zeuthen <davidz@redhat.com> * configure.ac: fix typo in AC_ARG_ENABLE for gphoto2 svn path=/trunk/; revision=1380
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 9d1c6dc6..25a2c00f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -243,7 +243,7 @@ AM_CONDITIONAL(USE_HAL, [test "$msg_hal" = "yes"])
dnl *************************
dnl *** Check for gphoto2 ***
dnl *************************
-AC_ARG_ENABLE(hal, [ --disable-gphoto2 build without gphoto2 support])
+AC_ARG_ENABLE(gphoto2, [ --disable-gphoto2 build without gphoto2 support])
msg_gphoto2=no
GPHOTO2_LIBS=
GPHOTO2_CFLAGS=