diff options
author | Dan Winship <danw@src.gnome.org> | 2000-11-07 05:24:29 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-11-07 05:24:29 +0800 |
commit | f521595158abfc1e5aa63aae3a721290289eaa8f (patch) | |
tree | 9ca1d6bf69acd8a793d3a96aa7841b947d762f84 /ChangeLog | |
parent | bbe8c73db98b02f3e12b12ddd32aca4968607dec (diff) | |
download | gsoc2013-evolution-f521595158abfc1e5aa63aae3a721290289eaa8f.tar.gz gsoc2013-evolution-f521595158abfc1e5aa63aae3a721290289eaa8f.tar.zst gsoc2013-evolution-f521595158abfc1e5aa63aae3a721290289eaa8f.zip |
${prefix} doesn't get defaulted until the end of configure, so check if
* configure.in (GTKHTML_LIBS): ${prefix} doesn't get defaulted
until the end of configure, so check if it's "NONE" and use
${ac_default_prefix} if so.
svn path=/trunk/; revision=6426
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2000-11-06 Dan Winship <danw@helixcode.com> + + * configure.in (GTKHTML_LIBS): ${prefix} doesn't get defaulted + until the end of configure, so check if it's "NONE" and use + ${ac_default_prefix} if so. + 2000-11-06 Radek Doulik <rodo@helixcode.com> * configure.in (GTKHTML_LIBS): also look for HTMLEditor.idl in |