This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project gfxprim.git.
The branch, master has been updated via 18f21817f0ccdf5e4024183595e127eec8ce7744 (commit) from a3c538fd80eb28f103161ce90aa03b05da303866 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- http://repo.or.cz/w/gfxprim.git/commit/18f21817f0ccdf5e4024183595e127eec8ce7...
commit 18f21817f0ccdf5e4024183595e127eec8ce7744 Author: Tomas Gavenciak gavento@ucw.cz Date: Sat Dec 22 02:34:59 2012 +0100
configure: update configure to look for libdl
diff --git a/configure b/configure index db5733f..6eead34 100755 --- a/configure +++ b/configure @@ -259,6 +259,9 @@ if __name__ == '__main__': ["freetype", "A high-quality and portable font engine", [header_exists, "ft2build.h"], "", "`freetype-config --libs`", ["core"]], + ["dl", + "Dynamic linker", + [header_exists, "dlfcn.h"], "", "-ldl", ["core"]], ["V4L2", "Video for linux 2", [header_exists, "linux/videodev2.h"], "", "", ["grabbers"]]], cfg)
-----------------------------------------------------------------------
Summary of changes: configure | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)
repo.or.cz automatic notification. Contact project admin jiri.bluebear.dluhos@gmail.com if you want to unsubscribe, or site admin admin@repo.or.cz if you receive no reply.