mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-01-06 03:40:16 +01:00
Don't compress spaces in CFLAGS and friends
Not all sed implementations understand "+" with its POSIX extended regular expression semantics, and compressing spaces is purely cosmetic anyway. Let's just drop this.
This commit is contained in:
parent
e2d0048421
commit
5cad083069
1 changed files with 0 additions and 5 deletions
|
|
@ -1295,11 +1295,6 @@ case $host_os in
|
|||
CFLAGS="$CFLAGS -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT"
|
||||
esac
|
||||
|
||||
# compress spaces in flags
|
||||
CFLAGS=`echo "$CFLAGS" | sed -e 's/ +/ /g'`
|
||||
CXXFLAGS=`echo "$CXXFLAGS" | sed -e 's/ +/ /g'`
|
||||
CPPFLAGS=`echo "$CPPFLAGS" | sed -e 's/ +/ /g'`
|
||||
|
||||
### Doxygen Documentation
|
||||
|
||||
AC_PATH_PROG(DOXYGEN, doxygen, no)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue