Configure wx-windows bug

From: Jean-Michel POURE <jm(dot)poure(at)freesurf(dot)fr>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: Configure wx-windows bug
Date: 2003-05-27 11:46:50
Message-ID: 200305271346.50696.jm.poure@freesurf.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Found the wx configure bug. Line 4501:
if test ! -f "{WX_HOME}/wx-config" should be
if test ! -f "${WX_HOME}/wx-config"
Cheers, Jean-Michel

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Andreas Pflug 2003-05-27 11:48:59 Re: Bootstrap
Previous Message Jean-Michel POURE 2003-05-27 11:12:57 Re: Bootstrap