php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #1141 configure script fails when --without-imap is set
Submitted: 1999-02-11 08:55 UTC Modified: 1999-02-11 09:03 UTC
From: zaucker at ee dot ethz dot ch Assigned:
Status: Closed Package: Installation problem
PHP Version: 3.0.6 OS: Solaris 2.6
Private report: No CVE-ID: None
 [1999-02-11 08:55 UTC] zaucker at ee dot ethz dot ch
When using 
	--without-imap
or equivalently
	--with-imap=no

the configure script aborts with the message:

checking for IMAP support... 
configure: error: could not find imap library!


I believe that the if/then/else logic at the and of
this part of configure is broken slightly. I think the
following code fragement should just be eliminated:

  else

	    { echo "configure: error: could not find imap library!" 1>&2; exit 1; }
  fi



Cheers,
Fritz

P.S.: Compiling --with-imap  works just fine.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-02-11 09:03 UTC] rasmus
Fixed in CVS a couple of days ago.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 17:01:29 2024 UTC