summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorpete <petewicken@gmail.com>2013-08-29 22:17:51 +0100
committerpete <petewicken@gmail.com>2013-08-29 22:17:51 +0100
commit82b8927af7f68bbfbf83bbb5ffbc747de7bc288f (patch)
treeba83cda597e8146c0d02128fb8424bec9201d730 /configure.ac
parent792709e4e091ea587a642c548889ddbb866e9b5e (diff)
Correct a lot of the grammar and spelling. Also spent a few hours fixing the comments so they follow a standard.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 185fecb4..381b99c9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -80,7 +80,7 @@ AC_ARG_WITH(libsodium-headers,
80 [search for libsodium header files in DIR]), 80 [search for libsodium header files in DIR]),
81 [ 81 [
82 LIBSODIUM_SEARCH_HEADERS="$withval" 82 LIBSODIUM_SEARCH_HEADERS="$withval"
83 AC_MSG_NOTICE([Will search for libsodium header files in $withval]) 83 AC_MSG_NOTICE([will search for libsodium header files in $withval])
84 ] 84 ]
85) 85)
86 86
@@ -89,7 +89,7 @@ AC_ARG_WITH(libsodium-libs,
89 [search for libsodium libraries in DIR]), 89 [search for libsodium libraries in DIR]),
90 [ 90 [
91 LIBSODIUM_SEARCH_LIBS="$withval" 91 LIBSODIUM_SEARCH_LIBS="$withval"
92 AC_MSG_NOTICE([Will search for libsodium libraries in $withval]) 92 AC_MSG_NOTICE([will search for libsodium libraries in $withval])
93 ] 93 ]
94) 94)
95 95