fix build on Solaris. Closes #564123.
* configure.in: fix build on Solaris. Closes #564123. svn path=/trunk/; revision=4055
This commit is contained in:
parent
b943a74476
commit
c48c5e44bd
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2008-12-15 Erwann Chenede <erwann.chenede@sun.com>
|
||||||
|
|
||||||
|
* configure.in: fix build on Solaris. Closes #564123.
|
||||||
|
|
||||||
2008-12-02 Thomas Thurman <tthurman@gnome.org>
|
2008-12-02 Thomas Thurman <tthurman@gnome.org>
|
||||||
|
|
||||||
* configure.in: Post-release bump to 2.25.55.
|
* configure.in: Post-release bump to 2.25.55.
|
||||||
|
|
|
@ -484,7 +484,9 @@ if test "x$enable_debug" = "xyes"; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Warnings are there for a reason
|
# Warnings are there for a reason
|
||||||
CFLAGS="$CFLAGS -Wall -Werror -ansi"
|
if test "x$GCC" = "xyes"; then
|
||||||
|
CFLAGS="$CFLAGS -Wall -Werror -ansi"
|
||||||
|
fi
|
||||||
|
|
||||||
# Use gnome-doc-utils:
|
# Use gnome-doc-utils:
|
||||||
GNOME_DOC_INIT([0.8.0])
|
GNOME_DOC_INIT([0.8.0])
|
||||||
|
|
Loading…
Reference in a new issue