diff options
author | Owen Taylor <otaylor@redhat.com> | 2003-02-12 22:25:50 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2003-02-12 22:25:50 +0000 |
commit | 0c152f0504821df81edc4f702f5e5231dbe5b323 (patch) | |
tree | 05f156a7e733e3c2f6fd87021f8199b59a0bada5 /ChangeLog.pre-1-10 | |
parent | 8402e66c0a165c5d4020b4673b3aac38843d5a8a (diff) | |
download | pango-0c152f0504821df81edc4f702f5e5231dbe5b323.tar.gz |
Simplify 'test x$have_x != xfalse' to $have_x.
Wed Feb 12 17:20:15 2003 Owen Taylor <otaylor@redhat.com>
* configure.in: Simplify 'test x$have_x != xfalse'
to $have_x.
Diffstat (limited to 'ChangeLog.pre-1-10')
-rw-r--r-- | ChangeLog.pre-1-10 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10 index 18aadb7d..a7783335 100644 --- a/ChangeLog.pre-1-10 +++ b/ChangeLog.pre-1-10 @@ -1,3 +1,8 @@ +Wed Feb 12 17:20:15 2003 Owen Taylor <otaylor@redhat.com> + + * configure.in: Simplify 'test x$have_x != xfalse' + to $have_x. + Wed Feb 12 17:17:12 2003 Owen Taylor <otaylor@redhat.com> * configure.in: If --without-x is specified, don't |