summaryrefslogtreecommitdiff
path: root/source4/heimdal_build/config.m4
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-07-14 05:54:32 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:23:04 -0500
commit7175419589455001f473926d574e1ca3359089ee (patch)
tree7df8e6a1be289ea4deb2cdf15c7ee2daf6c87034 /source4/heimdal_build/config.m4
parent606beece8ed995f457b012a8010aa0e8ed1f5b07 (diff)
downloadsamba-7175419589455001f473926d574e1ca3359089ee.tar.gz
samba-7175419589455001f473926d574e1ca3359089ee.tar.bz2
samba-7175419589455001f473926d574e1ca3359089ee.zip
r8449: - search for lex and yacc properly
- added target specific flags to get the #include order right for com_err and asn1 files in heimdal (This used to be commit c721c8ca380db756ae2ccf3711be894bab8d5318)
Diffstat (limited to 'source4/heimdal_build/config.m4')
-rw-r--r--source4/heimdal_build/config.m43
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/heimdal_build/config.m4 b/source4/heimdal_build/config.m4
index 4368825783..90fb7a930d 100644
--- a/source4/heimdal_build/config.m4
+++ b/source4/heimdal_build/config.m4
@@ -171,6 +171,9 @@ SMB_MODULE_DEFAULT(KERBEROS_LIB, NOT)
SMB_BINARY_ENABLE(asn1_compile, NO)
SMB_BINARY_ENABLE(compile_et, NO)
+AC_PROG_LEX
+AC_PROG_YACC
+
# to enable kerberos, unpack a heimdal source tree in the heimdal directory
# of the samba source tree
if test -d heimdal; then