diff options
| author | Peter Eisentraut | 2000-06-11 11:40:09 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2000-06-11 11:40:09 +0000 |
| commit | 06cd0f1a32b843832298471e92cc1c577f1363a1 (patch) | |
| tree | f94f7a4ea39288ff268213c93aff15e4d00682c2 /src/makefiles/Makefile.hpux | |
| parent | b4182b1327415f2ef2cae6e3795d9f04f578df43 (diff) | |
Substituted new configure test for types of accept()
Interfaced a lot of the custom tests to the config.cache, in the process
made them separate macros and grouped them out into files. Made naming
adjustments.
Removed a couple of useless/unused configure tests.
Disabled C++ by default. C++ is no more special than Perl, Python, and Tcl.
And it breaks equally often. :(
Diffstat (limited to 'src/makefiles/Makefile.hpux')
| -rw-r--r-- | src/makefiles/Makefile.hpux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefiles/Makefile.hpux b/src/makefiles/Makefile.hpux index 392ea1a5dff..ad2b932d64f 100644 --- a/src/makefiles/Makefile.hpux +++ b/src/makefiles/Makefile.hpux @@ -7,7 +7,7 @@ LDFLAGS:= -lc $(LDFLAGS) # On the other hand, if we don't have POSIX signals, we need to use the # libBSD signal routines. (HPUX 9 and early HPUX 10 releases don't have # POSIX signals.) Make sure libBSD comes before libc in that case. -ifeq ($(HAVE_POSIX_SIGNALS),) +ifeq ($(HAVE_POSIX_SIGNALS), no) LDFLAGS:= -lBSD $(LDFLAGS) endif |
