[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdelibs/kjs
From:       Dirk Mueller <mueller () kde ! org>
Date:       2005-03-21 19:42:37
Message-ID: 20050321194237.24EED5F8 () office ! kde ! org
[Download RAW message or body]

CVS commit by mueller: 

intel compiler support and avoid recompilation


  M +1 -1      configure.in.in   1.21
  M +4 -2      global.h.in   1.12


--- kdelibs/kjs/configure.in.in  #1.20:1.21
@@ -63,3 +63,3 @@
 AC_SUBST(PCRECFLAGS)
 
-dnl AC_OUTPUT(kjs/global.h)
+AM_CONFIG_HEADER([kjs/global.h])

--- kdelibs/kjs/global.h.in  #1.11:1.12
@@ -29,5 +29,5 @@
 
 // we don't want any padding between UChars (ARM processor)
-#if defined(__GNUC__)
+#if defined(__GNUC__) || defined(__INTEL_COMPILER)
 #define KJS_PACKED __attribute__((__packed__))
 #else
@@ -35,5 +35,7 @@
 #endif
 
-#if @HAVE_GCC_VISIBILITY@
+#undef HAVE_GCC_VISIBILITY
+
+#ifdef HAVE_GCC_VISIBILITY
 #define KJS_EXPORT __attribute__ ((visibility("default")))
 #else


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic