Hi Yang, > I found the script for checking libgcrypt in configure file. So we should > use the same way for libjpeg , right? It seems no reason for another way... > I'll modify the configure file to check jpeg lib just like libgcrypt. I > appreciate any help from you.
You must not modify `configure' file, as it is self-generated by GNU autotools. The files you should modify for that are `configure.ac' (where you will check if the library is available in the system) and `src/Makefile.am' (where you will add linking and compiling flags). Building in Visual Studio has nothing to do with GNU autotools. You can learn more about autotools (autoconf, automake and libtool) in the "autobook" here: http://sources.redhat.com/autobook/ Cheers, -Aleksander
