summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-01-14 05:44:03 (GMT)
committerGitHub <noreply@github.com>2017-01-14 05:44:03 (GMT)
commit8f1523abea5aee8c648529910a94a33683a96a4a (patch)
treee9631de939785e8998faedf3eb26560b6ee0011c /Makefile.in
parentcbb045ab333df1047a6a9851c19c4b0b61442011 (diff)
parent3bb2bcd2a328fb56332398783e91899ce3bc3556 (diff)
Merge pull request #529 from stilor/gperf-3.1-fix
Add a check for gperf function signature.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 16ab72a..4fb85bb 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -69,6 +69,7 @@ export objdump := @OBJDUMP@
export readelf := @READELF@
export patch := @PATCH@
export gperf := @GPERF@
+export gperf_len_type := @GPERF_LEN_TYPE@
export CC := @CC@
export CPP := @CPP@
export CPPFLAGS := @CPPFLAGS@