summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
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 283a38d7..34038517 100644
--- a/configure.ac
+++ b/configure.ac
@@ -158,7 +158,7 @@ NACL_SEARCH_LIBS=
158 158
159AC_ARG_WITH(dependency-search, 159AC_ARG_WITH(dependency-search,
160 AC_HELP_STRING([--with-dependency-search=DIR], 160 AC_HELP_STRING([--with-dependency-search=DIR],
161 [search for dependencies in DIR, i.e. look for libraries in 161 [search for dependencies in DIR, i.e., look for libraries in
162 DIR/lib and for headers in DIR/include]), 162 DIR/lib and for headers in DIR/include]),
163 [ 163 [
164 DEPSEARCH="$withval" 164 DEPSEARCH="$withval"
@@ -675,7 +675,7 @@ AC_CONFIG_FILES([Makefile
675 build/Makefile 675 build/Makefile
676 libtoxcore.pc 676 libtoxcore.pc
677 ]) 677 ])
678 678
679AM_COND_IF(BUILD_AV, 679AM_COND_IF(BUILD_AV,
680 [ 680 [
681 AC_CONFIG_FILES([libtoxav.pc]) 681 AC_CONFIG_FILES([libtoxav.pc])