summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2014-08-22 09:26:46 +0200
committerDave Davenport <qball@gmpclient.org>2014-08-22 09:27:45 +0200
commit62d4f0cdad8ce1bbac6ad2279c707a92e36ee57e (patch)
tree91a2028208926846101a9594fb10e60cd090b2f3 /configure.ac
parent06b274c9d907b334656a467a0510dd88309d575d (diff)
Make rofi compile happily under clang.
* Set features in configure.ac * use config.h file, instead of hardcoded _GNU_SOURCE in each c file. * Fix mix up unsigned/signed.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 3b911af2..9e1a85f4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,6 +16,8 @@ AC_PROG_CC
AC_PROG_CC_STDC
AM_PROG_CC_C_O
+AC_USE_SYSTEM_EXTENSIONS
+
##
# I3 check
##