From d907a500bd26f8d0a770e3e4c6f76db8974b8bd7 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Fri, 25 Feb 2005 20:02:45 +0000 Subject: [PATCH] - Align --- ext/dba/config.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/dba/config.m4 b/ext/dba/config.m4 index 103e2e1bb0..7b64cb4eb5 100644 --- a/ext/dba/config.m4 +++ b/ext/dba/config.m4 @@ -433,7 +433,7 @@ AC_DEFUN([PHP_DBA_BUILTIN_INI],[ ]) AC_ARG_WITH(inifile, -[ --with-inifile DBA: Include INI support],[ +[ --with-inifile DBA: Include INI support],[ if test "$withval" != "no"; then PHP_DBA_BUILTIN_INI fi @@ -454,7 +454,7 @@ dnl dnl FlatFile check must be the last one. dnl AC_ARG_WITH(flatfile, -[ --with-flatfile DBA: Include FlatFile support],[ +[ --with-flatfile DBA: Include FlatFile support],[ if test "$withval" != "no"; then PHP_DBA_BUILTIN_FLATFILE fi -- 2.50.1