~ubuntu-branches/ubuntu/hardy/kdeartwork/hardy-backports

« back to all changes in this revision

Viewing changes to configure

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2007-05-23 16:01:05 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20070523160105-ev2i2rmvb2en06xe
Tags: 4:3.5.7-1ubuntu1
Merge with Debian for new upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
2643
2643
 
2644
2644
# Define the identity of the package.
2645
2645
 PACKAGE=kdeartwork
2646
 
 VERSION="3.5.6"
 
2646
 VERSION="3.5.7"
2647
2647
 
2648
2648
 
2649
2649
cat >>confdefs.h <<_ACEOF
5313
5313
        case $host in
5314
5314
          *-*-linux-gnu)
5315
5315
            CFLAGS="-std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE $CFLAGS"
5316
 
            CXXFLAGS="-ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts $CXXFLAGS"
 
5316
            CXXFLAGS="-ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts $CXXFLAGS"
5317
5317
 
5318
5318
{ echo "$as_me:$LINENO: checking whether $CXX supports -Wmissing-format-attribute" >&5
5319
5319
echo $ECHO_N "checking whether $CXX supports -Wmissing-format-attribute... $ECHO_C" >&6; }
28728
28728
  X_INCLUDES="-I$x_includes"
28729
28729
fi
28730
28730
 
28731
 
if test -z "$kde_x_libraries" || test "x$kde_x_libraries" = xNONE; then
 
28731
if test -z "$kde_x_libraries" || test "x$kde_x_libraries" = xNONE || test "$kde_x_libraries" = "/usr/lib"; then
28732
28732
  X_LDFLAGS=""
28733
28733
  x_libraries="/usr/lib";  else
28734
28734
  x_libraries=$kde_x_libraries