libsmack: don't define __GNU_SOURCE in the code
authorRafal Krypa <r.krypa@samsung.com>
Tue, 31 Dec 2013 17:04:56 +0000 (18:04 +0100)
committerRafal Krypa <r.krypa@samsung.com>
Tue, 31 Dec 2013 17:04:56 +0000 (18:04 +0100)
commitb2852f5c7448c70ae70ea9ab76d9a506b9e4adf2
tree0139dde00c57b669412fcad0c6a120300250986e
parent3766a81c48947109cf1b6606af151b392669c654
libsmack: don't define __GNU_SOURCE in the code

__GNU_SOURCE is a glibc internal and should not be used directly.
It was already provided by AC_USE_SYSTEM_EXTENSIONS in configure.ac, so
it can be safely dropped.
Use more explicit AC_GNU_SOURCE in configure.ac instead (on Linux systems
they should be equivalent).

Signed-off-by: Rafal Krypa <r.krypa@samsung.com>
configure.ac
libsmack/libsmack.c