bug-gv
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-gv] "--enable-scrollbar-code" does not work


From: Frank Jensen
Subject: [bug-gv] "--enable-scrollbar-code" does not work
Date: Sun, 27 Feb 2005 23:08:03 +0000

Hello,

The configuration option "--enable-scrollbar-code" does not work.
This is due to a bug in the "configure" script, which has the
following code:

   if test x$debug = xtrue; then
     USE_SCROLLBAR_CODE_TRUE=
     USE_SCROLLBAR_CODE_FALSE='#'
   else
     USE_SCROLLBAR_CODE_TRUE='#'
     USE_SCROLLBAR_CODE_FALSE=
   fi

Clearly, "x$debug" should be "x$opt_scrollbar_code".

Best regards,

---
Frank Jensen,   address@hidden

Hugin Expert A/S
Gasværksvej 5
9000 Aalborg
DENMARK




reply via email to

[Prev in Thread] Current Thread [Next in Thread]