From 92290607088557aa8472fd3f242f7e3ae37ced03 Mon Sep 17 00:00:00 2001 From: Tom Yu Date: Tue, 21 Jun 1994 06:29:20 +0000 Subject: support to allow --with-ccopts= git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3884 dc483132-0cff-0310-8789-dd5450dbe970 --- src/admin/destroy/Makefile.in | 1 + src/admin/destroy/configure.in | 1 + 2 files changed, 2 insertions(+) (limited to 'src/admin/destroy') diff --git a/src/admin/destroy/Makefile.in b/src/admin/destroy/Makefile.in index aed648e4d..e55e06600 100644 --- a/src/admin/destroy/Makefile.in +++ b/src/admin/destroy/Makefile.in @@ -3,6 +3,7 @@ srcdir = @srcdir@ VPATH = @srcdir@ DEFS = @DEFS@ +CCOPTS = @CCOPTS@ LIBS = @LIBS@ CFLAGS = $(CCOPTS) $(DEFS) $(LOCALINCLUDE) diff --git a/src/admin/destroy/configure.in b/src/admin/destroy/configure.in index 3e6da1234..bb1c72f12 100644 --- a/src/admin/destroy/configure.in +++ b/src/admin/destroy/configure.in @@ -1,4 +1,5 @@ AC_INIT(kdb5_destroy.c) +WITH_CCOPTS AC_SET_BUILDTOP AC_HAVE_LIBRARY(socket) AC_HAVE_LIBRARY(nsl) -- cgit