Peter Stuge wrote:
On Thu, Aug 07, 2008 at 01:16:03PM +0200, Stefan Reinauer wrote:
+++ libpayload/util/kconfig/lxdialog/check-lxdialog.sh (working copy) @@ -19,6 +19,11 @@ echo '-lcurses' exit fi
- $cc -print-file-name=libcurses.dylib | grep -q /
Really lowercase cc here?
that variable is internally set. I know it looks weird, but I did not invent that. Though, that one change slipped in, it should not be committed, instead Uwe's upcoming port of the coreinfo kconfig should be used. Plus the patch I comitted for that today.
Otherwise:
Acked-by: Peter Stuge peter@stuge.se
Great, thanks!
I'll wait some more to see whether Jordan and/or Uwe have something to say to that stuff. It fixes my problem, but it may not be the direction the want to see this going...?