]> git.sur5r.net Git - openldap/blobdiff - include/ac/alloca.h
ITS#6013 fix contextCSN check
[openldap] / include / ac / alloca.h
index 20884dd9bcecf366b21516ac50d1cf1d6e29486b..26f47ddf67ba7d6d779803c9187e9801b65b2078 100644 (file)
@@ -2,7 +2,7 @@
 /* $OpenLDAP$ */
 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
  *
- * Copyright 1998-2007 The OpenLDAP Foundation.
+ * Copyright 1998-2009 The OpenLDAP Foundation.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -26,7 +26,7 @@
 #ifdef __GNUC__
 # define alloca __builtin_alloca
 #else
-# if HAVE_ALLOCA_H
+# ifdef HAVE_ALLOCA_H
 #  include <alloca.h>
 # else
 #  ifdef _AIX