| 1234567891011121314151617181920212223 |
- Index: lib/defines.h
- --- lib/defines.h.orig 2003-08-13 12:24:26.000000000 +0200
- +++ lib/defines.h 2003-10-31 08:43:23.000000000 +0100
- @@ -35,6 +35,7 @@
-
- #ifdef STDC_HEADERS
- # include <string.h>
- +# include <stddef.h>
- # include <stdlib.h>
- # include <stdio.h>
- # include <ctype.h>
- Index: configure
- --- configure.orig 2003-10-30 08:49:55.000000000 +0100
- +++ configure 2003-10-31 08:45:37.000000000 +0100
- @@ -7318,7 +7318,6 @@
- libgcrypt_config_prefix=""
- fi;
- if test x$libgcrypt_config_prefix != x ; then
- - libgcrypt_config_args="$libgcrypt_config_args --prefix=$libgcrypt_config_prefix"
- if test x${LIBGCRYPT_CONFIG+set} != xset ; then
- LIBGCRYPT_CONFIG=$libgcrypt_config_prefix/bin/libgcrypt-config
- fi
|