Make autoreconf happy

Signed-off-by: Alexey I. Froloff <raorn@raorn.name>
This commit is contained in:
Alexey I. Froloff 2012-06-05 21:20:26 +04:00 committed by Carlos R. Mafra
parent 6e6cb38e37
commit 579a119590
2 changed files with 1 additions and 1 deletions

0
wmbatteries/ChangeLog Normal file
View file

View file

@ -110,7 +110,7 @@ AC_CHECK_HEADERS(regex.h) dnl gnuregex.h
dnl no longer needed AC_CHECK_LIB(gnuregex, re_search) dnl BSD.
dnl X11 stuff.
AC_PATH_XTRA_CORRECTED
AC_PATH_XTRA
if test "$no_x" = yes; then
AC_MSG_ERROR("Really need a working X. Check config.log to see why configure couldn't find it")
fi