summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/crypto')
-rw-r--r--src/lib/crypto/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/crypto/configure.in b/src/lib/crypto/configure.in
index c6e7a10cd..63abac7a8 100644
--- a/src/lib/crypto/configure.in
+++ b/src/lib/crypto/configure.in
@@ -1,5 +1,6 @@
AC_INIT(configure.in)
WITH_CCOPTS
+CONFIG_RULES
AC_SET_BUILDTOP
CONFIG_DIRS(des crc32 md4 md5 os)
AC_PROG_ARCHIVE
@@ -9,6 +10,5 @@ MAKE_SUBDIRS("making",all)
MAKE_SUBDIRS("cleaning",clean)
AppendRule([all:: libcrypto.a])
KRB_INCLUDE
-CONFIG_RULES
WITH_KRB5ROOT
AC_OUTPUT(Makefile,[EXTRA_RULES])