Wireshark-bugs: [Wireshark-bugs] [Bug 1395] --without gnutls fails to build without gnutls if gn
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1395
sebastien@xxxxxxxxx changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |sebastien@xxxxxxxxx
Status|NEW |RESOLVED
Resolution| |FIXED
------- Comment #2 from sebastien@xxxxxxxxx 2007-06-18 03:04 GMT -------
Configure options '--with-libgnutls-prefix' and '--with-libgcrypt-prefix' could
be used to indicate the path where the respective libraries had been installed.
However, these options could not be used to compile wireshark without the use
of them if installed on the system.
These two macros are not part of the wireshark project. configure.in has
therefore been modified so that wireshark can be compiled without gnutls or
gcrypt.
Two configure options have been introduced : '--with-gnutls' and
'--with-gcrypt'. They take precedence on their 'prefix-specification'
counterpart or in other words, if '-with-gnutls=no' and
'--with-libgnutls-prefix' are used, wireshark will be compiled *without*
gnutls.
fix in rev22127
--
Configure bugmail: http://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.