configure: Change --data-dir to --datadir to make consistent with help and other...
authorMatthew Wild <mwild1@gmail.com>
Fri, 1 May 2009 18:25:03 +0000 (19:25 +0100)
committerMatthew Wild <mwild1@gmail.com>
Fri, 1 May 2009 18:25:03 +0000 (19:25 +0100)
configure

index 2d304dc2b4a27bb6972e12f15e24e69e8dc1c72d..bd8eb48c12b24b4268b30a5f867d31b816b7f693 100755 (executable)
--- a/configure
+++ b/configure
@@ -86,7 +86,7 @@ do
       OSTYPE="$value"
       OSTYPE_SET=yes
       ;;
-   --data-dir=*)
+   --datadir=*)
        DATADIR="$value"
        DATADIR_SET=yes
       ;;