summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2020-06-14 15:14:13 +0200
committerGravatar Martin Szulecki2020-06-14 23:36:23 +0200
commit1613a8e7daad563e75c45692f464650c62b02e62 (patch)
treea18ea91eea18b3479dd2c3a6bec453a5377e4b28 /configure.ac
parent974f29c1406e7b89f9eadcdec1a869b5467f44dc (diff)
downloadlibimobiledevice-1613a8e7daad563e75c45692f464650c62b02e62.tar.gz
libimobiledevice-1613a8e7daad563e75c45692f464650c62b02e62.tar.bz2
Remove commented make target from cython Makefile and space in configure.ac
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 68d6c88..f2e3488 100644
--- a/configure.ac
+++ b/configure.ac
@@ -169,7 +169,7 @@ else
building_debug_code=yes
fi
-AS_COMPILER_FLAGS(GLOBAL_CFLAGS, "-Wall -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -Wno-unused-parameter -fsigned-char -fvisibility=hidden")
+AS_COMPILER_FLAGS(GLOBAL_CFLAGS, "-Wall -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -Wno-unused-parameter -fsigned-char -fvisibility=hidden")
AC_SUBST(GLOBAL_CFLAGS)
case "$GLOBAL_CFLAGS" in