Enlightenment CVS committal

Author  : lok
Project : e17
Module  : apps/emphasis

Dir     : e17/apps/emphasis


Modified Files:
        configure.in 


Log Message:
[Fix] Make it works again

===================================================================
RCS file: /cvs/e/e17/apps/emphasis/configure.in,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -3 -r1.15 -r1.16
--- configure.in        22 Mar 2007 14:59:59 -0000      1.15
+++ configure.in        23 Mar 2007 12:57:12 -0000      1.16
@@ -68,6 +68,11 @@
   libmpd >= 0.12.0
 ])
 
+if test X"$enable_shared" = Xyes; then
+ DLLDFLAGS=-export-dynamic
+ AC_SUBST(DLLDFLAGS)
+fi
+
 # now check for the actual version of libmpd -- it seems stupid enough
 # not to publish its version number via the headers or the lib itself.
 libmpd_v_cflags=""



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to