summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEzra Peisach <epeisach@mit.edu>1995-05-30 10:32:08 +0000
committerEzra Peisach <epeisach@mit.edu>1995-05-30 10:32:08 +0000
commit28ec4e65423c14605e0f2d0150b12ba684e8fd6e (patch)
tree5882ae3a546dfd90483bc485d4d1285ea47ecec8 /src
parentb972fc36fd30791d0ae24287565a6e2ca321c519 (diff)
downloadkrb5-28ec4e65423c14605e0f2d0150b12ba684e8fd6e.tar.gz
krb5-28ec4e65423c14605e0f2d0150b12ba684e8fd6e.tar.xz
krb5-28ec4e65423c14605e0f2d0150b12ba684e8fd6e.zip
Check for the signal type in compiling tests
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5912 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/util/berk_db/test/ChangeLog7
-rw-r--r--src/util/berk_db/test/Makefile.in2
-rw-r--r--src/util/berk_db/test/configure.in1
3 files changed, 9 insertions, 1 deletions
diff --git a/src/util/berk_db/test/ChangeLog b/src/util/berk_db/test/ChangeLog
new file mode 100644
index 000000000..904283fe1
--- /dev/null
+++ b/src/util/berk_db/test/ChangeLog
@@ -0,0 +1,7 @@
+Tue May 30 06:30:08 1995 Ezra Peisach <epeisach@kangaroo.mit.edu>
+
+ * Makefile.in (CFLAGS): Added $(DEFS) so that configure determined
+ CFLAGS can be included
+
+ * configure.in: Added CHECK_SIGNALS
+
diff --git a/src/util/berk_db/test/Makefile.in b/src/util/berk_db/test/Makefile.in
index 88fbf39d8..2994387fd 100644
--- a/src/util/berk_db/test/Makefile.in
+++ b/src/util/berk_db/test/Makefile.in
@@ -10,7 +10,7 @@ OBJS= dbtest.o strerror.o
INC= -I${PORTDIR}/include -I${PORTDIR} -I${PORTDIR}/../../include -I${PORTDIR}/../../../include
OORG= -g
#STAT= -DSTATISTICS
-CFLAGS= -D__DBINTERFACE_PRIVATE -DDEBUG ${STAT} ${OORG} ${INC}
+CFLAGS= -D__DBINTERFACE_PRIVATE -DDEBUG ${STAT} ${OORG} ${INC} ${DEFS}
dbtest: ${OBJS} ../libdb.a
${CC} -o $@ ${OBJS} ../libdb.a
diff --git a/src/util/berk_db/test/configure.in b/src/util/berk_db/test/configure.in
index b6f9e017a..cf48ab501 100644
--- a/src/util/berk_db/test/configure.in
+++ b/src/util/berk_db/test/configure.in
@@ -3,4 +3,5 @@ AC_SET_BUILDTOP
WITH_CCOPTS
WITH_KRB5ROOT
CONFIG_RULES
+CHECK_SIGNALS
V5_AC_OUTPUT_MAKEFILE