summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorKevin Wojniak <kainjow@users.noreply.github.com>2019-07-01 11:07:45 -0700
committerJames E. King III <jking@apache.org>2019-07-01 14:07:45 -0400
commita392566e9b31edfb3f3da9bb09dc193215c285c2 (patch)
tree458b19f71b31758494e866993b966fc1a7e77d33 /configure.ac
parent3711d9081095551c04980d328a2e4729d9730219 (diff)
downloadthrift-a392566e9b31edfb3f3da9bb09dc193215c285c2.tar.gz
THRIFT-4896 - prevent cpp and c_glib include directories from leaking into other targets (#1821)
- enable the automake `nostdinc` option - fix up include paths
Diffstat (limited to 'configure.ac')
-rwxr-xr-xconfigure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 391cdb335..58f931931 100755
--- a/configure.ac
+++ b/configure.ac
@@ -776,7 +776,7 @@ AC_SUBST(GCOV_LDFLAGS)
AC_CONFIG_HEADERS(config.h:config.hin)
AC_CONFIG_HEADERS(lib/cpp/src/thrift/config.h:config.hin)
AC_CONFIG_HEADERS(lib/c_glib/src/thrift/config.h:config.hin)
-# gruard against pre defined config.h
+# guard against pre defined config.h
AH_TOP([
#ifndef CONFIG_H
#define CONFIG_H