diff options
author | jcid <devnull@localhost> | 2008-03-14 21:46:57 +0100 |
---|---|---|
committer | jcid <devnull@localhost> | 2008-03-14 21:46:57 +0100 |
commit | 70e6985228cbe461ef84e047860e7cc30c15b5bb (patch) | |
tree | b9c721cd05aa6f32b997f7a02588b73ec25d9d48 | |
parent | 37daa9291e959f4bebffc3d534f2c0ac38819e58 (diff) |
- Fixed a typo s/CLFAGS/CFLAGS/g in configure.in
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index a27b20df..dad394bd 100644 --- a/configure.in +++ b/configure.in @@ -344,7 +344,7 @@ if test "x$iconv_ok" = "xyes"; then ], iconv_old=yes,iconv_old=no) LIBS="$old_libs" - CLFAGS="$old_cflags" + CFLAGS="$old_cflags" if test "x$iconv_old" = "xyes"; then AC_DEFINE([inbuf_t], [const char], [Use const char pointers for older libiconv]) @@ -373,7 +373,7 @@ if test "x$iconv_ok" = "xyes"; then ], iconv_old=yes,iconv_old=no) LIBS="$old_libs" - CLFAGS="$old_cflags" + CFLAGS="$old_cflags" if test "x$iconv_old" = "xyes"; then AC_DEFINE([inbuf_t], [const char], [Use const char pointers for older libiconv]) |