Fix warning when checking for libotr version

This resolves Bug 1987
pull/1/head
Darrell Anderson 10 years ago committed by Timothy Pearson
parent ec7b81f420
commit dd9b16e779

@ -19,7 +19,7 @@ KDE_CHECK_HEADER(kopeteversion.h,,
#Check for libotr
AC_CHECK_HEADERS([libotr/version.h],,
KDE_CHECK_HEADERS([libotr/version.h],,
AC_MSG_ERROR([Could not find OTR header files!]))
m4_pattern_allow([AM_PATH_LIBOTR])

Loading…
Cancel
Save