summaryrefslogtreecommitdiff
path: root/openembedded
diff options
context:
space:
mode:
authorRoss Burton <ross@openedhand.com>2006-01-30 12:04:04 +0000
committerRoss Burton <ross@openedhand.com>2006-01-30 12:04:04 +0000
commit275e03563710a10bba9746d3b4eb718b54dd6927 (patch)
treeffadc558b8a99d0db6678649c879ee77d8074fee /openembedded
parentc73514c92af75a0127080634e576a210e3a682a0 (diff)
downloadopenembedded-core-275e03563710a10bba9746d3b4eb718b54dd6927.tar.gz
openembedded-core-275e03563710a10bba9746d3b4eb718b54dd6927.tar.bz2
openembedded-core-275e03563710a10bba9746d3b4eb718b54dd6927.tar.xz
openembedded-core-275e03563710a10bba9746d3b4eb718b54dd6927.zip
Fix link
git-svn-id: https://svn.o-hand.com/repos/poky@242 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded')
-rw-r--r--openembedded/packages/autoconf/autoconf-2.59/autoconf-x.patch7
1 files changed, 4 insertions, 3 deletions
diff --git a/openembedded/packages/autoconf/autoconf-2.59/autoconf-x.patch b/openembedded/packages/autoconf/autoconf-2.59/autoconf-x.patch
index 983869320..596535b7d 100644
--- a/openembedded/packages/autoconf/autoconf-2.59/autoconf-x.patch
+++ b/openembedded/packages/autoconf/autoconf-2.59/autoconf-x.patch
@@ -22,14 +22,15 @@ diff -p -u -r1.13 libs.m4
ac_x_includes=$ac_dir
break
fi
-@@ -284,7 +284,7 @@ if test "$ac_x_libraries" = no; then
+@@ -284,9 +284,9 @@ if test "$ac_x_libraries" = no; then
# Don't add to $LIBS permanently.
ac_save_LIBS=$LIBS
- LIBS="-lXt $LIBS"
+- LIBS="-lXt $LIBS"
- AC_LINK_IFELSE([AC_LANG_PROGRAM([@%:@include <X11/Intrinsic.h>],
- [XtMalloc (0)])],
++ LIBS="-lX11 $LIBS"
+ AC_LINK_IFELSE([AC_LANG_PROGRAM([@%:@include <X11/Xlib.h>],
+ [XrmInitialize ()])],
[LIBS=$ac_save_LIBS
# We can link X programs with no special library path.
- ac_x_libraries=], \ No newline at end of file
+ ac_x_libraries=],