diff options
Diffstat (limited to 'src/configure')
-rwxr-xr-x | src/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configure b/src/configure index 9aae9a5bb39..43598bc3c85 100755 --- a/src/configure +++ b/src/configure @@ -6540,7 +6540,7 @@ fi if eval "test \"`echo '$ac_cv_func_'syslog`\" = yes"; then echo "$ac_t""yes" 1>&6 cat >> confdefs.h <<\EOF -#define ENABLE_SYSLOG 1 +#define USE_SYSLOG 1 EOF else |