tMake sure that HAVE_STDLIB_H gets defined. - vaccinewars - be a doctor and try to vaccinate the world
git clone git://src.adamsgaard.dk/vaccinewars
Log
Files
Refs
README
LICENSE
---
commit f1cdb41007fd97ff3d6d3e2a29e63730bce50517
parent 9f38d6428b4c27d50605afd17c9abb13d351ee94
Author: Ben Webb 
Date:   Sun, 29 Mar 2015 00:07:45 -0700

Make sure that HAVE_STDLIB_H gets defined.

Diffstat:
  M config-cmake.h.in                   |       2 +-

1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/config-cmake.h.in b/config-cmake.h.in
t@@ -97,7 +97,7 @@
 #undef HAVE_STDINT_H
 
 /* Define to 1 if you have the  header file. */
-#undef HAVE_STDLIB_H
+#cmakedefine HAVE_STDLIB_H
 
 /* Define to 1 if you have the `strdup' function. */
 #undef HAVE_STRDUP