diff options
author | Eric Koegel <eric.koegel@gmail.com> | 2017-05-14 05:17:31 +0300 |
---|---|---|
committer | Eric Koegel <eric.koegel@gmail.com> | 2017-05-21 01:59:53 +0300 |
commit | 7b2d543880263c4c7f1fc09a9959a254efe0d1c4 (patch) | |
tree | 9278c6b2cf65c3563502dda6057c21ad01a36d64 /pam-ck-connector | |
parent | 4fed37113499fe999bf0c0f171e57215305aba27 (diff) | |
download | ConsoleKit2-7b2d543880263c4c7f1fc09a9959a254efe0d1c4.tar.gz |
chore: simplify configure.ac
Pull in the m4 macros from the xfce4-dev-tools so
we have ways to simplify and shorten the configure.ac
file.
Diffstat (limited to 'pam-ck-connector')
-rw-r--r-- | pam-ck-connector/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pam-ck-connector/Makefile.am b/pam-ck-connector/Makefile.am index 6d4f34a..7778d16 100644 --- a/pam-ck-connector/Makefile.am +++ b/pam-ck-connector/Makefile.am @@ -3,7 +3,6 @@ NULL = if ENABLE_PAM_MODULE AM_CFLAGS = \ - -U_FORTIFY_SOURCE \ $(LIBDBUS_CFLAGS) \ -I$(top_builddir)/libck-connector \ $(NULL) |