diff options
author | Raph Levien <raph@src.gnome.org> | 1998-07-15 20:25:52 +0000 |
---|---|---|
committer | Raph Levien <raph@src.gnome.org> | 1998-07-15 20:25:52 +0000 |
commit | 23124810d1f6bd0d653fa24ff78aea9c93ec51e2 (patch) | |
tree | 0707a12d7d9e652cbf193b43169419b58b2e4efc /configure.in | |
parent | a3c7dca8cf3c88161cdca4069add3e2a9ac75cc7 (diff) | |
download | gtk+-23124810d1f6bd0d653fa24ff78aea9c93ec51e2.tar.gz |
Integrating GdkRgb 0.0.3 into the Gtk+ source tree.
Integrating GdkRgb 0.0.3 into the Gtk+ source tree.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 32ab984500..344ea90e21 100644 --- a/configure.in +++ b/configure.in @@ -367,6 +367,9 @@ AC_HEADER_STDC # Checks for typedefs, structures, and compiler characteristics. AC_C_CONST +# Checks for endianness (needed by GdkRgb). +AC_C_BIGENDIAN + # Checks for library functions. AC_TYPE_SIGNAL AC_FUNC_MMAP |