Hi, I have a program which "prefers" to be built against static libraries. How do I tell configure.in to look first for static version ?. The problem is with Qt. I want Qt checks to tell me if I can use static libraries, or, on the other hand, if I must use dynamic ones. Thanks.