Under normal situations you would likely use --without-pam as an argument to the configure script.
Generally you can find what options are available to a configure script (assuming GNU toolchain) with the --help switch. In my expirence syntax is generally --with-foo | --without-foo, --enable-bar | --disable-bar and setting variables same as but with an equals sign: --with-eggsdir=/eggs/dir | --enable-gui=gtk , etc although some things can vary from app to app.
|
Originally Posted by galindro
|
|
ifaces.exe is not windows program. I developed it in C and compiled with gcc.
|
Pardon the assumption, it's rare I've seen or heard of people using the .exe file extension when compiling [natively] on Unix based systems ;-)