summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2015-12-05 10:53:57 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2015-12-05 10:53:57 +0000
commite74b62b7e292681a0308c30288c8fbe2d04955a2 (patch)
tree3954da159f732e35934ed6fd649bfa3a890f0ddf /configure
parent9e8d958a415f358fa2a2f2d9a8ed6c2ec7f9d32e (diff)
downloads6-e74b62b7e292681a0308c30288c8fbe2d04955a2.tar.xz
-fsigned-char isn't useful here
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 0b38b6a..3378c99 100755
--- a/configure
+++ b/configure
@@ -122,7 +122,7 @@ tryldflag () {
CC_AUTO=
CFLAGS_AUTO="$CFLAGS"
-CPPFLAGS_AUTO="-D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -O2 $CPPFLAGS -fsigned-char"
+CPPFLAGS_AUTO="-D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -O2 $CPPFLAGS"
LDFLAGS_AUTO="$LDFLAGS"
LDFLAGS_SHARED=-shared
LDFLAGS_NOSHARED=