Enlightenment CVS committal

Author  : tsauerbeck
Project : misc
Module  : eplayer

Dir     : misc/eplayer


Modified Files:
        configure.ac 


Log Message:
Added pthread check
===================================================================
RCS file: /cvsroot/enlightenment/misc/eplayer/configure.ac,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- configure.ac        24 Oct 2003 18:56:39 -0000      1.9
+++ configure.ac        1 Nov 2003 20:24:11 -0000       1.10
@@ -1,4 +1,4 @@
-dnl $Id: configure.ac,v 1.9 2003/10/24 18:56:39 tsauerbeck Exp $
+dnl $Id: configure.ac,v 1.10 2003/11/01 20:24:11 tsauerbeck Exp $
 
 AC_INIT(src/eplayer.c)
 
@@ -13,6 +13,8 @@
 AC_C_BIGENDIAN
 AM_DISABLE_STATIC
 AC_PROG_LIBTOOL
+
+ACX_PTHREAD(, AC_MSG_ERROR(Cannot find pthread library!))
 
 AC_EXPAND_DIR(DATA_DIR, "$datadir/eplayer")
 AC_DEFINE_UNQUOTED(DATA_DIR, "$DATA_DIR", [Directory to install data files in])




-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to