diff options
Diffstat (limited to 'apps')
-rw-r--r-- | apps/Makefile.am.tpl | 2 |
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 | |||
10 | openssl_SOURCES = | 10 | openssl_SOURCES = |
11 | noinst_HEADERS = | 11 | noinst_HEADERS = |
12 | 12 | ||
13 | if NO_STRTONUM | 13 | if !HAVE_STRTONUM |
14 | openssl_SOURCES += strtonum.c | 14 | openssl_SOURCES += strtonum.c |
15 | endif | 15 | endif |