diff src/libSAD/common.h @ 4260:032207ff2a87

install libSAD headers
author mf0102 <0102@gmx.at>
date Sat, 09 Feb 2008 19:20:19 +0100
parents b0ca963fd965
children 9a55e8237988
line wrap: on
line diff
--- a/src/libSAD/common.h	Sat Feb 09 01:05:36 2008 +0300
+++ b/src/libSAD/common.h	Sat Feb 09 19:20:19 2008 +0100
@@ -34,7 +34,9 @@
 #define FALSE 0
 #endif
 
-#include "../../config.h"
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
 
 typedef int SAD_error;