Comment 1 for bug 684783

Revision history for this message
Pali (pali) wrote :

You have buggy program autoheader. ./configure call autoheader and this generate file config.h where is defined if you have functions strlen and strcasestr

You have 2 choices:
1. after ./configure edit file config.h and change it that you have strlen and strcasestr
2. call ./configure with params CPPFLAGS="-DHAVE_STRCASESTR -DHAVE_STRNLEN"

This sounds like bug in autotools not in stratagus, so closing as invalid.
All ubuntu packages in stratagus PPA was builded correctly.