diff src/define.h @ 153:0b1766da9be8

use AM_ICONV for better portability of the library location. structure renaming to be more specific.
author Carl Byington <carl@five-ten-sg.com>
date Thu, 12 Mar 2009 15:17:32 -0700
parents 2ec889a79e51
children 03fbb0269f3c
line wrap: on
line diff
--- a/src/define.h	Tue Mar 10 13:09:20 2009 -0700
+++ b/src/define.h	Thu Mar 12 15:17:32 2009 -0700
@@ -74,7 +74,7 @@
     #include <errno.h>
 #endif
 
-#ifdef HAVE_ICONV_H
+#ifdef HAVE_ICONV
     #include <iconv.h>
 #endif