summaryrefslogtreecommitdiff
path: root/Makefile.config.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.config.in')
-rw-r--r--Makefile.config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.config.in b/Makefile.config.in
index 3961cc96c7..8520481582 100644
--- a/Makefile.config.in
+++ b/Makefile.config.in
@@ -149,6 +149,9 @@ LDFLAGS+=@LDFLAGS@
AR_PATH = @AR@
AR = @AR@
+# Path to the strip program,
+STRIP = @STRIP@
+
# Path to the nm program
NM_PATH = @NM@