Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal configure.in

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Joerg Mayer <jmayer@xxxxxxxxxxxxxxxxxxx>
Date: Thu, 30 Jan 2003 04:20:43 -0600 (CST)
jmayer      2003/01/30 04:20:42 CST

  Modified files:
    .                    configure.in 
  Log:
  AC_ARG_ENABLE takes 4 argument: The 3rd specifies what to do in case a
  configure option is given on the command line. The value of the arguement
  is passwd in the enableval variable. The 4th argument tells what to do in
  case no command line argument was given.
  This causes --disable-gtk2 (which is the default) to behave differently
  from the case when no option is given.
  I do not really understand where the difference in the behaviour of the
  generated codes comes from, but I definitely see a difference.
  
  Fixed all occurrences where the 3rd arguement was empty.
  
  Revision  Changes    Path
  1.195     +13 -13    ethereal/configure.in