From 63c281355a896e2a8d7f956c28298c461cc7f975 Mon Sep 17 00:00:00 2001 From: Frank Celler Date: Thu, 1 Mar 2012 17:15:34 +0100 Subject: [PATCH] typo --- configure | 4 ++-- configure.ac | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configure b/configure index 4f9928ef73..8eb1b5e7cb 100755 --- a/configure +++ b/configure @@ -2603,9 +2603,9 @@ fi # Check whether --enable-install-dbdir was given. if test "${enable_install_dbdir+set}" = set; then : - enableval=$enable_install_dbdir; tr_RELATIVE="${enableval:-yes}" + enableval=$enable_install_dbdir; tr_DBDIR="${enableval:-yes}" else - tr_RELATIVE=yes + tr_DBDIR=yes fi diff --git a/configure.ac b/configure.ac index d4d93476e3..6ee04e8894 100644 --- a/configure.ac +++ b/configure.ac @@ -57,8 +57,8 @@ AM_CONDITIONAL(ENABLE_RELATIVE, test "x$tr_RELATIVE" = xyes) AC_ARG_ENABLE(install-dbdir, AS_HELP_STRING([--enable-install-dbdir], [install an empty database directory]), - [tr_RELATIVE="${enableval:-yes}"], - [tr_RELATIVE=yes] + [tr_DBDIR="${enableval:-yes}"], + [tr_DBDIR=yes] ) AM_CONDITIONAL(ENABLE_INSTALL_DBDIR, test "x$tr_DBDIR" = xyes)