diff options
| author | Peter Eisentraut <peter_e@gmx.net> | 2000-06-17 00:10:40 +0000 |
|---|---|---|
| committer | Peter Eisentraut <peter_e@gmx.net> | 2000-06-17 00:10:40 +0000 |
| commit | 1652d433582dc819746ba166a6dbdb9e9643e69a (patch) | |
| tree | 132c0b4ef005551c728cb331a2486bb3b0dfa472 /src/test/locale | |
| parent | b36d31030be202830cc21e29ec2fd3aaedbc1ea3 (diff) | |
| download | postgresql-1652d433582dc819746ba166a6dbdb9e9643e69a.tar.gz | |
Remove fmgrstamp-h business -- not needed and confusing
Add options to configure to automatically build for Kerberos
support; no more editing of make files.
Diffstat (limited to 'src/test/locale')
| -rw-r--r-- | src/test/locale/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/test/locale/Makefile b/src/test/locale/Makefile index 649ad0fef1..cd37c92057 100644 --- a/src/test/locale/Makefile +++ b/src/test/locale/Makefile @@ -5,13 +5,6 @@ SRCDIR= ../.. include ../../Makefile.global -# -# And where libpq goes, so goes the authentication stuff... -# -ifdef KRBVERS -LDFLAGS+= $(KRBLIBS) -CFLAGS+= $(KRBFLAGS) -endif PROGS = test-pgsql-locale test-ctype DIRS = koi8-r ISO8859-7 koi8-to-win1251 |
