summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-10-04 09:00:15 +0200
committerMarcel Holtmann <marcel@holtmann.org>2008-10-04 09:00:15 +0200
commit54b781444a43317b886c3679cb4463937ebaf611 (patch)
tree2a4c15388b6b890b3fa7f7508a3fe3950b2cb007 /configure.ac
parent4c5db544fa6090bd66aa1a4ffde834f52f5b0d3f (diff)
downloadobexd-54b781444a43317b886c3679cb4463937ebaf611.tar.gz
Fix typo between client and server
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 d27ce86..adfb781 100644
--- a/configure.ac
+++ b/configure.ac
@@ -104,7 +104,7 @@ AC_ARG_ENABLE(server, AC_HELP_STRING([--disable-server],
])
AM_CONDITIONAL(SERVER, test "${enable_server}" != "no")
-AC_ARG_ENABLE(server, AC_HELP_STRING([--disable-client],
+AC_ARG_ENABLE(client, AC_HELP_STRING([--disable-client],
[disable compilation of OBEX client]), [
enable_client=${enableval}
])