diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2006-10-04 07:30:58 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2006-10-04 07:30:58 +0000 |
commit | 85face61a2baf885e279fbc977ce1e1b73e7ba2a (patch) | |
tree | 1cb1958bc36dc314fefa0f6bcfe783249f1eb53f /linux | |
parent | f1dc14fec41d1a3f2e02fec844c9cded23a07316 (diff) | |
download | rsyslog-85face61a2baf885e279fbc977ce1e1b73e7ba2a.tar.gz rsyslog-85face61a2baf885e279fbc977ce1e1b73e7ba2a.tar.xz rsyslog-85face61a2baf885e279fbc977ce1e1b73e7ba2a.zip |
fixing default for WITH_DB in release package
Diffstat (limited to 'linux')
-rw-r--r-- | linux/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/Makefile b/linux/Makefile index ca56a5cf..45299baa 100644 --- a/linux/Makefile +++ b/linux/Makefile @@ -25,7 +25,7 @@ FEATURE_LARGEFILE=1 # Enable database support (off by default, must be turned # on when support for MySQL is desired). -FEATURE_DB=1 +FEATURE_DB=0 # Enable regular expressions FEATURE_REGEXP=1 |