Diff for /parser3/configure between versions 1.134 and 1.141

version 1.134, 2012/06/11 23:12:49 version 1.141, 2012/06/13 11:23:20
Line 3795  fi; Line 3795  fi;
 if test "${with_static_gc+set}" = set; then  if test "${with_static_gc+set}" = set; then
   withval="$with_static_gc"    withval="$with_static_gc"
   
         GC_LIBS="$withval/lib$GC_LIB_NAME.a"          GC_LIBS="$withval/lib$GC_LIB_NAME.la"
   
 fi;  fi;
 if test -z "$GC_LIBS"; then  if test -z "$GC_LIBS"; then
Line 3803  if test -z "$GC_LIBS"; then Line 3803  if test -z "$GC_LIBS"; then
         GC_LIBS="-l$GC_LIB_NAME"          GC_LIBS="-l$GC_LIB_NAME"
         { echo "$as_me:$LINENO: WARNING: neither --with-shared/static-gc were specified, hoping linker would find it" >&5          { echo "$as_me:$LINENO: WARNING: neither --with-shared/static-gc were specified, hoping linker would find it" >&5
 echo "$as_me: WARNING: neither --with-shared/static-gc were specified, hoping linker would find it" >&2;}  echo "$as_me: WARNING: neither --with-shared/static-gc were specified, hoping linker would find it" >&2;}
 fi  
   
 echo "$as_me:$LINENO: checking for libgc" >&5          echo "$as_me:$LINENO: checking for libgc" >&5
 echo $ECHO_N "checking for libgc... $ECHO_C" >&6  echo $ECHO_N "checking for libgc... $ECHO_C" >&6
 SAVE_LIBS=$LIBS          SAVE_LIBS=$LIBS
 LIBS="$LIBS $GC_LIBS"          LIBS="$LIBS $GC_LIBS"
   
 cat >conftest.$ac_ext <<_ACEOF  cat >conftest.$ac_ext <<_ACEOF
 /* confdefs.h.  */  /* confdefs.h.  */
Line 3817  cat confdefs.h >>conftest.$ac_ext Line 3816  cat confdefs.h >>conftest.$ac_ext
 cat >>conftest.$ac_ext <<_ACEOF  cat >>conftest.$ac_ext <<_ACEOF
 /* end confdefs.h.  */  /* end confdefs.h.  */
   
         extern int GC_dont_gc;                  extern int GC_dont_gc;
   
 int  int
 main ()  main ()
 {  {
   
         GC_dont_gc=0;                  GC_dont_gc=0;
   
   ;    ;
   return 0;    return 0;
Line 3860  sed 's/^/| /' conftest.$ac_ext >&5 Line 3859  sed 's/^/| /' conftest.$ac_ext >&5
   
 echo "$as_me:$LINENO: result: no" >&5  echo "$as_me:$LINENO: result: no" >&5
 echo "${ECHO_T}no" >&6  echo "${ECHO_T}no" >&6
         { { echo "$as_me:$LINENO: error: please specify path to libgc: --with-shared-gc OR --with-static-gc" >&5                  { { echo "$as_me:$LINENO: error: please specify path to libgc: --with-shared-gc OR --with-static-gc" >&5
 echo "$as_me: error: please specify path to libgc: --with-shared-gc OR --with-static-gc" >&2;}  echo "$as_me: error: please specify path to libgc: --with-shared-gc OR --with-static-gc" >&2;}
    { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
   
 fi  fi
 rm -f conftest.err conftest.$ac_objext \  rm -f conftest.err conftest.$ac_objext \
       conftest$ac_exeext conftest.$ac_ext        conftest$ac_exeext conftest.$ac_ext
           LIBS=$SAVE_LIBS
   fi
   
 LIBS=$SAVE_LIBS  
   
   
   
Line 3887  echo "$as_me: error: $PCRE does not seem Line 3887  echo "$as_me: error: $PCRE does not seem
         fi          fi
   
         PCRE_INCLUDES="-I$PCREINC"          PCRE_INCLUDES="-I$PCREINC"
         PCRE_LIBS="$PCRELIB/libpcre.a"          PCRE_LIBS="$PCRELIB/libpcre.la"
   
 fi;  fi;
   
Line 3950  _ACEOF Line 3950  _ACEOF
   
   
         XML_INCLUDES="$GLIB_CFLAGS -I$XMLINC -I$XMLINC/libxml2"          XML_INCLUDES="$GLIB_CFLAGS -I$XMLINC -I$XMLINC/libxml2"
         XML_LIBS="$XMLLIB/libxslt.a $XMLLIB/libexslt.a $XMLLIB/libxml2.a"          XML_LIBS="$XMLLIB/libxslt.la $XMLLIB/libexslt.la $XMLLIB/libxml2.la"
   
 fi;  fi;
   
Line 4043  _ACEOF Line 4043  _ACEOF
         GLIB_DIR=`$GLIB_CONFIG --libs | sed 's/.*-L\([^ ]*\).*/\1/'`          GLIB_DIR=`$GLIB_CONFIG --libs | sed 's/.*-L\([^ ]*\).*/\1/'`
         GLIB_NAME=`$GLIB_CONFIG --libs | sed 's/.*-l\([^ ]*\).*/\1/'`          GLIB_NAME=`$GLIB_CONFIG --libs | sed 's/.*-l\([^ ]*\).*/\1/'`
         MIME_INCLUDES="$GLIB_CFLAGS -I$MIMEINC/gmime"          MIME_INCLUDES="$GLIB_CFLAGS -I$MIMEINC/gmime"
         MIME_LIBS="$MIMELIB/libgmime.a $GLIB_DIR/lib$GLIB_NAME.a"          MIME_LIBS="$MIMELIB/libgmime.la $GLIB_DIR/lib$GLIB_NAME.la"
   
 fi;  fi;
   
Line 15720  ac_compiler_gnu=$ac_cv_c_compiler_gnu Line 15720  ac_compiler_gnu=$ac_cv_c_compiler_gnu
 # Only expand once:  # Only expand once:
   
   
   #LT_INIT(disable-shared dlopen win32-dll)
 echo "$as_me:$LINENO: checking which extension is used for runtime loadable modules" >&5  echo "$as_me:$LINENO: checking which extension is used for runtime loadable modules" >&5
 echo $ECHO_N "checking which extension is used for runtime loadable modules... $ECHO_C" >&6  echo $ECHO_N "checking which extension is used for runtime loadable modules... $ECHO_C" >&6
 if test "${libltdl_cv_shlibext+set}" = set; then  if test "${libltdl_cv_shlibext+set}" = set; then

Removed from v.1.134  
changed lines
  Added in v.1.141


E-mail: