diff options
author | Stef Walter <stef@memberwebs.com> | 2005-11-15 16:40:11 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2005-11-15 16:40:11 +0000 |
commit | 2278c77507c0659229cbb6b622be0e30c1743c79 (patch) | |
tree | d16e9a2b7a64500d74e830793ac084344a5d22eb /configure.in | |
parent | e36d27a2a68afae0792f1808e13b2863f5c7dff9 (diff) |
Possible fix for crasher when in debug mode. (Try not using alloca).
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index e56a9b4..2d983d6 100644 --- a/configure.in +++ b/configure.in @@ -36,8 +36,8 @@ dnl Nate Nielsen <nielsen@memberwebs.com> dnl dnl Process this file with autoconf to produce a configure script. -AC_INIT(proxsmtp, 1.3, nielsen@memberwebs.com) -AM_INIT_AUTOMAKE(proxsmtp, 1.3) +AC_INIT(proxsmtp, 1.3.91, nielsen@memberwebs.com) +AM_INIT_AUTOMAKE(proxsmtp, 1.3.91) LDFLAGS="$LDFLAGS -L/usr/local/lib" CFLAGS="$CFLAGS -I/usr/local/include" |