diff options
author | Matthias Clasen <mclasen@redhat.com> | 2006-03-16 16:37:26 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2006-03-16 16:37:26 +0000 |
commit | e420f93158023049ed684168135367b457cf7392 (patch) | |
tree | a87ba1d8efa93e80c4ed9893032ed010fe2f1e18 /configure.in | |
parent | c09939736914215669843324d164031e4ef8eec3 (diff) | |
download | gtk+-e420f93158023049ed684168135367b457cf7392.tar.gz |
Add a missing comma. (#334774, Peter Breitenlohner)
2006-03-16 Matthias Clasen <mclasen@redhat.com>
* configure.in: Add a missing comma. (#334774, Peter Breitenlohner)
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 27faaff9fe..d6889d939a 100644 --- a/configure.in +++ b/configure.in @@ -1239,7 +1239,7 @@ if test "x$gdktarget" = "xx11"; then AC_CHECK_LIB(Xinerama, XineramaQueryExtension, [AC_CHECK_HEADER(X11/extensions/Xinerama.h, [GTK_ADD_LIB(x_extra_libs,Xinerama) - have_xfree_xinerama=true], : + have_xfree_xinerama=true], :, [#include <X11/Xlib.h>])]) fi |