diff options
| author | Peter Eisentraut | 2000-11-20 16:52:54 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2000-11-20 16:52:54 +0000 |
| commit | 99198ac6b8d2003949a02a148f4483e2f95e7dd4 (patch) | |
| tree | 6b684cfd20d9e5f37628bbb5b83aa25ca99c40cd /src/Makefile.global.in | |
| parent | 2b1d8bd29a3adb4facc2968ad666159c5567f77f (diff) | |
Enable WAL in config.h, not Makefile.global.
Diffstat (limited to 'src/Makefile.global.in')
| -rw-r--r-- | src/Makefile.global.in | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/Makefile.global.in b/src/Makefile.global.in index 2789a8d0b43..72d489d38d5 100644 --- a/src/Makefile.global.in +++ b/src/Makefile.global.in @@ -1,5 +1,5 @@ # -*-makefile-*- -# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.112 2000/11/20 05:18:38 vadim Exp $ +# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.113 2000/11/20 16:52:54 petere Exp $ #------------------------------------------------------------------------------ # All PostgreSQL makefiles include this file and use the variables it sets, @@ -146,8 +146,6 @@ ifeq ($(GCC), yes) CFLAGS += -Wall -Wmissing-prototypes -Wmissing-declarations endif -CFLAGS += -DXLOG - CXX = @CXX@ GXX = @GXX@ CXXFLAGS = @CXXFLAGS@ |
