diff options
| author | Alexey Shchepin <alexey@process-one.net> | 2005-05-23 20:27:17 +0000 |
|---|---|---|
| committer | Alexey Shchepin <alexey@process-one.net> | 2005-05-23 20:27:17 +0000 |
| commit | 85bde6e50f87e1edb3c27bc44a2336edcd113364 (patch) | |
| tree | 92da3a169cd873ab03654a91c449a0cc58ce7c72 /src/aclocal.m4 | |
| parent | * src/mod_last_odbc.erl: Added store_last_info/4 function (thanks (diff) | |
* src/odbc/Makefile.in: Added
* src/configure.ac: Updated for odbc support
* src/Makefile.in: Likewise
* src/aclocal.m4: Bugfix
SVN Revision: 359
Diffstat (limited to 'src/aclocal.m4')
| -rw-r--r-- | src/aclocal.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/aclocal.m4 b/src/aclocal.m4 index 13b54abe5..eba78903a 100644 --- a/src/aclocal.m4 +++ b/src/aclocal.m4 @@ -91,7 +91,7 @@ AC_ARG_ENABLE($1, [ --enable-$1 enable $1 (default: $2)], [mr_enable_$1="$enableval"], [mr_enable_$1=$2]) -if test "$mr_enable_$1" = $2; then +if test "$mr_enable_$1" = "yes"; then $1=$1 make_$1=$1/Makefile fi |
