summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorOzkan Sezer <sezeroz@gmail.com>2020-12-30 15:53:56 +0300
committerOzkan Sezer <sezeroz@gmail.com>2020-12-30 15:53:56 +0300
commit5b76aa1846675d6106ef404856b2a01297b796c1 (patch)
tree4a2eb1e45f1ed87253ad98e81462322ff111bb5a /configure
parent3fb035b7b11e0d910b29b808d7f873fc2dd18984 (diff)
downloadsdl-5b76aa1846675d6106ef404856b2a01297b796c1.tar.gz
remove CFLAGS save/restores from dbus.h and ibus.h header checks.
CPPFLAGS is what AC_CHECK_HEADER needs.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 0 insertions, 6 deletions
diff --git a/configure b/configure
index 61c2b288d..ffa73a54d 100755
--- a/configure
+++ b/configure
@@ -23032,9 +23032,7 @@ $as_echo "yes" >&6; }
have_dbus=yes
fi
save_CPPFLAGS="$CPPFLAGS"
- save_CFLAGS="$CFLAGS"
CPPFLAGS="$save_CPPFLAGS $DBUS_CFLAGS"
- CFLAGS="$save_CFLAGS $DBUS_CFLAGS"
ac_fn_c_check_header_mongrel "$LINENO" "dbus/dbus.h" "ac_cv_header_dbus_dbus_h" "$ac_includes_default"
if test "x$ac_cv_header_dbus_dbus_h" = xyes; then :
have_dbus_dbus_h_hdr=yes
@@ -23044,7 +23042,6 @@ fi
CPPFLAGS="$save_CPPFLAGS"
- CFLAGS="$save_CFLAGS"
if test x$have_dbus_dbus_h_hdr = xyes; then
$as_echo "#define HAVE_DBUS_DBUS_H 1" >>confdefs.h
@@ -23208,9 +23205,7 @@ $as_echo "yes" >&6; }
have_ibus=yes
fi
save_CPPFLAGS="$CPPFLAGS"
- save_CFLAGS="$CFLAGS"
CPPFLAGS="$save_CPPFLAGS $IBUS_CFLAGS"
- CFLAGS="$save_CFLAGS $IBUS_CFLAGS"
ac_fn_c_check_header_mongrel "$LINENO" "ibus-1.0/ibus.h" "ac_cv_header_ibus_1_0_ibus_h" "$ac_includes_default"
if test "x$ac_cv_header_ibus_1_0_ibus_h" = xyes; then :
have_ibus_ibus_h_hdr=yes
@@ -23220,7 +23215,6 @@ fi
CPPFLAGS="$save_CPPFLAGS"
- CFLAGS="$save_CFLAGS"
if test x$have_ibus_ibus_h_hdr = xyes; then
if test x$enable_ime != xyes; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: IME support is required for IBus." >&5