fix possible empty if that can caus eproblems on some shells.

SVN revision: 56203
This commit is contained in:
Carsten Haitzler 2011-01-17 08:34:20 +00:00
parent 53bb875914
commit a3f6b0b67b
1 changed files with 1 additions and 1 deletions

View File

@ -454,7 +454,7 @@ AC_CHECK_HEADER(libintl.h, [ELM_LIBINTL_H_DEF="#define"])
AC_SUBST(ELM_LIBINTL_H_DEF)
EFL_CHECK_THREADS([
TH=1
] , [
AC_MSG_ERROR(no thread support found. required.)
exit 1