~ubuntu-branches/ubuntu/raring/libwmf/raring-proposed

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Bazaar Package Importer
  • Author(s): Matej Vela
  • Date: 2006-08-05 12:15:57 UTC
  • mto: (4.1.1 etch)
  • mto: This revision was merged to the branch mainline in revision 9.
  • Revision ID: james.westby@ubuntu.com-20060805121557-tipvoowozf17018a
Tags: upstream-0.2.8.4
ImportĀ upstreamĀ versionĀ 0.2.8.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
268
268
WMF_X_CFLAGS="$X_CFLAGS"
269
269
if [ test "x$no_x" != "xyes" ]; then
270
270
        WMF_X_CONFIG_CFLAGS="$X_CFLAGS"
271
 
        WMF_X_LDFLAGS="$X_LIBS $X_PRE_LIBS -lX11 $X_EXTRA_LIBS"
 
271
        WMF_X_LDFLAGS="$X_LIBS -lX11"
272
272
        libwmf_x=yes
273
273
fi
274
274