From 1652d433582dc819746ba166a6dbdb9e9643e69a Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Sat, 17 Jun 2000 00:10:40 +0000 Subject: Remove fmgrstamp-h business -- not needed and confusing Add options to configure to automatically build for Kerberos support; no more editing of make files. --- src/test/locale/Makefile | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/test/locale/Makefile') 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 -- cgit v1.2.1