diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2007-04-05 20:29:28 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2007-04-05 20:29:28 +0000 |
commit | 0f802343683af28230b59c6f06ba5fdfcbf92bad (patch) | |
tree | 72cfaddac3a6270084f60055d3350033575df3f4 /app/xdriinfo/configure.ac | |
parent | 4a798bee8954111bc764c39accb8de7226ccdeaa (diff) |
Fix library ordering for static arches
Diffstat (limited to 'app/xdriinfo/configure.ac')
-rw-r--r-- | app/xdriinfo/configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/xdriinfo/configure.ac b/app/xdriinfo/configure.ac index 3bab4d540..a5d9af4ff 100644 --- a/app/xdriinfo/configure.ac +++ b/app/xdriinfo/configure.ac @@ -46,6 +46,7 @@ AC_SEARCH_LIBS([glXGetProcAddressARB], [GL], [], AC_MSG_FAILURE([cannot find GL library - make sure Mesa or other OpenGL package is installed]), [$XDRIINFO_LIBS]) +LIBS="$LIBS $XDRIINFO_LIBS" XORG_MANPAGE_SECTIONS XORG_RELEASE_VERSION |