Enlightenment CVS committal

Author  : doursse
Project : e17
Module  : libs/eet

Dir     : e17/libs/eet


Modified Files:
        configure.in 


Log Message:
and fix the creation of the shared lib with MinGW.

===================================================================
RCS file: /cvs/e/e17/libs/eet/configure.in,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -3 -r1.69 -r1.70
--- configure.in        20 Jan 2007 15:20:23 -0000      1.69
+++ configure.in        20 Jan 2007 15:36:41 -0000      1.70
@@ -22,9 +22,11 @@
 AC_CHECK_HEADERS(netinet/in.h)
 
 winsock_libs=""
+create_shared_lib=""
 case "$host_os" in
        mingw|mingw32)
                winsock_libs="-lwsock32"
+               create_shared_lib="-no-undefined "
                ;;
 esac
 



-------------------------------------------------------------------------
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