Changeset 3276


Ignore:
Timestamp:
Feb 4, 2013, 11:08:03 AM (12 years ago)
Author:
gah
Message:

fix java search, fix error message for logger

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure

    r3066 r3276  
    86158615   ${JAVA_HOME} \
    86168616   /apps/java/jdk1.6* \
    8617    /usr/lib/jvm/java-6-openjdk \
    8618    /usr/lib/jvm/icedtea-6 \
    8619    /usr/lib/jvm/*sun-1.6* \
    86208617   /opt/sun-jdk-1.6* \
    8621    /usr/lib/jvm/icedtea-7 \
    86228618   /opt/icedtea6-* \
    86238619   /opt/sun-jdk-1.5* \
    8624    /usr/lib/jvm/*sun-1.5*
     8620   /usr/lib/jvm/*sun* \
     8621   /usr/lib/jvm/*icedtea* \
     8622   /usr/lib/jvm/*openjdk*
    86258623  do
    86268624    if test -r "${d}/include/jni.h" ; then
  • trunk/src/core/config.h.in

    r2978 r3276  
    11/* src/core/config.h.in.  Generated from configure.in by autoheader.  */
     2
     3/* Define if building universal (internal helper macro) */
     4#undef AC_APPLE_UNIVERSAL_BUILD
    25
    36/* Build rappture with ffmpeg widgets */
     
    217220#undef PACKAGE_TARNAME
    218221
     222/* Define to the home page for this package. */
     223#undef PACKAGE_URL
     224
    219225/* Define to the version of this package. */
    220226#undef PACKAGE_VERSION
     
    235241#undef STDC_HEADERS
    236242
    237 /* Define to 1 if your processor stores words with the most significant byte
    238    first (like Motorola and SPARC, unlike Intel and VAX). */
    239 #undef WORDS_BIGENDIAN
     243/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
     244   significant byte first (like Motorola and SPARC, unlike Intel). */
     245#if defined AC_APPLE_UNIVERSAL_BUILD
     246# if defined __BIG_ENDIAN__
     247#  define WORDS_BIGENDIAN 1
     248# endif
     249#else
     250# ifndef WORDS_BIGENDIAN
     251#  undef WORDS_BIGENDIAN
     252# endif
     253#endif
Note: See TracChangeset for help on using the changeset viewer.