]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
change [=PATH] to [=ARG] for two dlz configure switches help text
authorJeremy C. Reed <jreed@isc.org>
Tue, 15 Mar 2016 19:55:09 +0000 (15:55 -0400)
committerJeremy C. Reed <jreed@isc.org>
Thu, 17 Mar 2016 11:03:28 +0000 (07:03 -0400)
this is for #41940
--with-dlz-filesystem and --with-dlz-stub don't use a path
so update the --help text for them

too trivial to add a CHANGES entry

contrib/dlz/config.dlz.in

index 31969245ece48b665a9fa449f6805b57d52d5fbe..01f7788c644e16ac4d9b636c5d629f8bd1412178 100644 (file)
@@ -336,7 +336,7 @@ esac
 
 AC_MSG_CHECKING(for file system DLZ driver)
 AC_ARG_WITH(dlz_filesystem,
-[  --with-dlz-filesystem[=PATH]   Build with filesystem DLZ driver [yes|no].
+[  --with-dlz-filesystem[=ARG]    Build with filesystem DLZ driver [yes|no].
                               (Required to use file system driver with DLZ)],
     use_dlz_filesystem="$withval", use_dlz_filesystem="no")
 
@@ -461,7 +461,7 @@ esac
 
 AC_MSG_CHECKING(for stub DLZ driver)
 AC_ARG_WITH(dlz_stub,
-[  --with-dlz-stub[=PATH]   Build with stub DLZ driver [yes|no].
+[  --with-dlz-stub[=ARG]    Build with stub DLZ driver [yes|no].
                               (Required to use stub driver with DLZ)],
     use_dlz_stub="$withval", use_dlz_stub="no")