aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/kdb/db2/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/kdb/db2/configure.in')
-rw-r--r--src/plugins/kdb/db2/configure.in27
1 files changed, 0 insertions, 27 deletions
diff --git a/src/plugins/kdb/db2/configure.in b/src/plugins/kdb/db2/configure.in
deleted file mode 100644
index 9f958db..0000000
--- a/src/plugins/kdb/db2/configure.in
+++ /dev/null
@@ -1,27 +0,0 @@
-K5_AC_INIT(configure.in)
-enable_shared=yes
-build_dynobj=yes
-CONFIG_RULES
-AC_CHECK_HEADERS(unistd.h)
-AC_TYPE_MODE_T
-AC_TYPE_OFF_T
-
-AC_CHECK_FUNCS(srand48 srand srandom umask)
-
-dnl AIX is unusual in that it wants all symbols resolved at link time
-dnl Fortunately, it will allow us to link the kdb library now, even if
-dnl it is linked again later.
-case $krb5_cv_host in
-*-*-aix*)
- LIBS="$LIBS -ldb"
- ;;
-esac
-KRB5_RUN_FLAGS
-dnl The following is for check...
-KRB5_BUILD_PROGRAM
-KRB5_BUILD_LIBOBJS
-KRB5_BUILD_LIBRARY_WITH_DEPS
-if test "$DB_VERSION" = k5 ; then
- AC_CONFIG_SUBDIRS(libdb2)
-fi
-V5_AC_OUTPUT_MAKEFILE