aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorbeber <beber>2005-12-08 23:14:06 +0000
committerbeber <beber>2005-12-08 23:14:06 +0000
commitedb0fd28cd1ced51b45d7fe1ea57408e1be03400 (patch)
tree4db4c653b2a30400b17963ea42a150788529235c /configure.in
parent__GNUC__ not _GNUC_ (diff)
downloadespik-edb0fd28cd1ced51b45d7fe1ea57408e1be03400.tar.xz
And now the check for __GNUC__ is Ok
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 303dc83..46a0372 100644
--- a/configure.in
+++ b/configure.in
@@ -14,7 +14,10 @@ AC_PROG_CC
AM_PROG_CC_STDC
AC_HEADER_STDC
AC_C_CONST
+
+dnl espik specific check (include in m4)
AC_C___ATTRIBUTE__
+AC___GNUC__
AC_ARG_WITH(ecore-config,
[ --with-ecore-config=ECORE_CONFIG use ecore-config specified ],