aboutsummaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/Makefile.am.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/Makefile.am.tpl b/apps/Makefile.am.tpl
index 9bc7b2e..433fca2 100644
--- a/apps/Makefile.am.tpl
+++ b/apps/Makefile.am.tpl
@@ -10,6 +10,6 @@ openssl_LDADD += $(top_builddir)/crypto/libcrypto.la
10openssl_SOURCES = 10openssl_SOURCES =
11noinst_HEADERS = 11noinst_HEADERS =
12 12
13if NO_STRTONUM 13if !HAVE_STRTONUM
14openssl_SOURCES += strtonum.c 14openssl_SOURCES += strtonum.c
15endif 15endif