diff options
Diffstat (limited to 'source4/lib')
-rw-r--r-- | source4/lib/charset/config.m4 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/source4/lib/charset/config.m4 b/source4/lib/charset/config.m4 index fb845aa67c..453de9fe26 100644 --- a/source4/lib/charset/config.m4 +++ b/source4/lib/charset/config.m4 @@ -10,7 +10,10 @@ int main() if (cd == 0 || cd == (iconv_t)-1) return -1; return 0; } - ],[AC_MSG_RESULT(yes); $3],[AC_MSG_RESULT(no); $4]) + ], + [AC_MSG_RESULT(yes); $3], + [AC_MSG_RESULT(no); $4], + [AC_MSG_RESULT(cross); $4]) ]) dnl SMB_CHECK_ICONV_DIR(dir,action-if-found,action-if-not-found) |