1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-11-05 20:48:52 +01:00

* configure.ac: Edit preprocessor instructions in g10defs.h to remove

whitespace before the '#'.  This is not required by C89, but there are
some compilers out there that don't like it.
This commit is contained in:
David Shaw 2003-05-21 18:37:04 +00:00
parent f73e7d4606
commit 88b7e52b42
2 changed files with 22 additions and 13 deletions

View File

@ -1,3 +1,9 @@
2003-05-21 David Shaw <dshaw@jabberwocky.com>
* configure.ac: Edit preprocessor instructions in g10defs.h to
remove whitespace before the '#'. This is not required by C89,
but there are some compilers out there that don't like it.
2003-05-09 David Shaw <dshaw@jabberwocky.com> 2003-05-09 David Shaw <dshaw@jabberwocky.com>
* configure.ac: Simpler implementation for the 64-bit question - * configure.ac: Simpler implementation for the 64-bit question -

View File

@ -133,6 +133,9 @@ fi
# Note that TIGER, SHA-384, and SHA-512 may not actually be included # Note that TIGER, SHA-384, and SHA-512 may not actually be included
# if there is no 64-bit integer support. # if there is no 64-bit integer support.
dnl alias
AC_ARG_ENABLE(old-tiger,,use_tiger=$enableval)
AC_MSG_CHECKING([whether to enable nonstandard TIGER/192 digest support]) AC_MSG_CHECKING([whether to enable nonstandard TIGER/192 digest support])
AC_ARG_ENABLE(tiger, AC_ARG_ENABLE(tiger,
[ --enable-tiger enable nonstandard TIGER/192 digest support], [ --enable-tiger enable nonstandard TIGER/192 digest support],