summaryrefslogtreecommitdiffstats
path: root/src/util/db2/obj
diff options
context:
space:
mode:
authorEzra Peisach <epeisach@mit.edu>1998-01-15 16:51:53 +0000
committerEzra Peisach <epeisach@mit.edu>1998-01-15 16:51:53 +0000
commit90f301b221e96cc68e0458ef49648cab50107724 (patch)
tree195f066939319074e887b55f0d0107f37ef84ce8 /src/util/db2/obj
parente85148679413cb4f77223967686e20b1c74f8054 (diff)
* hash/hash_bigkey.c (collect_key, collect_data): Cast malloc
return value to correct types. (raeburn@cygnus.com) * obj/Makefile.in (check): Set srcdir in environment. (raeburn@cygnus.com) * configure.in (AC_COMPILE_TYPE): replacment for AC_CHECK_TYPE that uses AC_TRY_COMPILE instead of AC_EGREP_CPP. For now, only use it for the int32 types (where AC_CHECK_TYPE gets the wrong result on __CYGWIN32__) and plan that AC_CHECK_TYPE itself gets repaired. (Fix by eichin@cygnus.com) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10351 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util/db2/obj')
-rw-r--r--src/util/db2/obj/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/db2/obj/Makefile.in b/src/util/db2/obj/Makefile.in
index 0c022e273..b81a78efb 100644
--- a/src/util/db2/obj/Makefile.in
+++ b/src/util/db2/obj/Makefile.in
@@ -53,7 +53,7 @@ dbtest: dbtest.o $(STRERROR_OBJ) $(LIBDB)
$(CC) -o $@ dbtest.o $(STRERROR_OBJ) $(LIBDB)
check:: dbtest
- TMPDIR=$(TMPDIR) $(FCTSH) $(top_srcdir)/test/run.test
+ srcdir=$(srcdir) TMPDIR=$(TMPDIR) $(FCTSH) $(top_srcdir)/test/run.test
install::