fixed: parameter is named afpclient
authorspiff <spiff@xbmc.org>
Fri, 16 Sep 2011 13:19:46 +0000 (15:19 +0200)
committerspiff <spiff@xbmc.org>
Fri, 16 Sep 2011 13:19:46 +0000 (15:19 +0200)
we might as well list the correct one on the help as well

configure.in

index 0a31c41..04d4c5c 100755 (executable)
@@ -277,7 +277,7 @@ AC_ARG_ENABLE([nfs],
   [use_libnfs=auto])
 
 AC_ARG_ENABLE([afpclient],
-  [AS_HELP_STRING([--enable-afp],
+  [AS_HELP_STRING([--enable-afpclient],
   [enable AFP support via libafpclient (default is auto)])],
   [use_libafpclient=$enableval],
   [use_libafpclient=auto])