aboutsummaryrefslogtreecommitdiffstats
path: root/src/stroke
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2009-07-14 12:03:12 +0200
committerTobias Brunner <tobias@strongswan.org>2009-07-14 12:09:22 +0200
commit0ead254919c66a1b6a9e39b175f0b92f2a076c12 (patch)
treed596b76368e7c69a29fa6b89f0aaeaabe3793280 /src/stroke
parentfd0df7ec75db392e89c3bd6e59a6a8669463a3c7 (diff)
downloadstrongswan-0ead254919c66a1b6a9e39b175f0b92f2a076c12.tar.bz2
strongswan-0ead254919c66a1b6a9e39b175f0b92f2a076c12.tar.xz
gperf under FreeBSD does not know the -m option.
We could use AC_PATH_PROGS_FEATURE_CHECK (added in Autoconf 2.62) to check for this option.
Diffstat (limited to 'src/stroke')
-rw-r--r--src/stroke/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stroke/Makefile.am b/src/stroke/Makefile.am
index afca95fce..22f317f8f 100644
--- a/src/stroke/Makefile.am
+++ b/src/stroke/Makefile.am
@@ -8,4 +8,4 @@ MAINTAINERCLEANFILES = stroke_keywords.c
AM_CFLAGS = -DIPSEC_PIDDIR=\"${piddir}\"
stroke_keywords.c: $(srcdir)/stroke_keywords.txt $(srcdir)/stroke_keywords.h
- $(GPERF) -m 10 -D -C -G -t < $(srcdir)/stroke_keywords.txt > $@
+ $(GPERF) -D -C -G -t < $(srcdir)/stroke_keywords.txt > $@