--enable-printarch use printing architecture
This option should be enabled by default, I don't know if it is disabled intentionally or configure disables it for some reason for you.
I explicitly enabled that option but it does not help solve the problem.
I think that this problem appeared when I try to use the option '--with-wxdebug'
as suggested btkaos. However, only with this modification, the compilation fails in the execution of the configure file.
The configure not find the library libwxgtk2.8-dev with debugging information (libwxgtk2.8-dbg). I assumed that this is normal as libwxgtk2.8-dev package does not depend on libwxgtk2.8-dbg, therefore I put the libwxgtk2.8-dbg package as build-depends of amule and I think that here was when it appeared the problem.