enigma-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Enigma-cvs] enigma/lib-src/zipios++ configure.in,1.3,1.4


From: Ralf Westram <address@hidden>
Subject: [Enigma-cvs] enigma/lib-src/zipios++ configure.in,1.3,1.4
Date: Sat, 29 Nov 2003 10:49:40 +0000

Update of /cvsroot/enigma/enigma/lib-src/zipios++
In directory subversions:/tmp/cvs-serv27710/lib-src/zipios++

Modified Files:
        configure.in 
Log Message:
fixed cygwin fixes


Index: configure.in
===================================================================
RCS file: /cvsroot/enigma/enigma/lib-src/zipios++/configure.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** configure.in        27 Nov 2003 07:19:10 -0000      1.3
--- configure.in        29 Nov 2003 10:49:38 -0000      1.4
***************
*** 7,20 ****
  
  dnl Add -mno-cygwin to CXXFLAGS and CFLAGS if working under cygwin
! if test "$host_os in *cygwin*"; then
!   CXXFLAGS="$CXXFLAGS -mno-cygwin"
!   CFLAGS="$CFLAGS -mno-cygwin"
! fi
  
  dnl to run test progs with CXX: AC_LANG_CPLUSPLUS
  
  dnl Use std compliant iostream library if present?
! AC_ARG_WITH(std-compliant-iostream, 
! [  --with-std-compliant-iostream 
           Include iostream (if present) instead of iostream.h. (Default is 
yes) ] )
  
--- 7,21 ----
  
  dnl Add -mno-cygwin to CXXFLAGS and CFLAGS if working under cygwin
! case $host_os in
!     *cygwin* ) CXXFLAGS="$CXXFLAGS -mno-cygwin"
!                CFLAGS="$CFLAGS -mno-cygwin" ;;
!     *        ) ;;
! esac
  
  dnl to run test progs with CXX: AC_LANG_CPLUSPLUS
  
  dnl Use std compliant iostream library if present?
! AC_ARG_WITH(std-compliant-iostream,
! [  --with-std-compliant-iostream
           Include iostream (if present) instead of iostream.h. (Default is 
yes) ] )
  
***************
*** 23,27 ****
          "$with_std_compliant_iostream" != "yes" ; then
    AC_MSG_ERROR(
! [illegal argument specified for --with-std-compliant-iostream. 
  Only 'yes' and 'no' are accepted.])
  fi
--- 24,28 ----
          "$with_std_compliant_iostream" != "yes" ; then
    AC_MSG_ERROR(
! [illegal argument specified for --with-std-compliant-iostream.
  Only 'yes' and 'no' are accepted.])
  fi





reply via email to

[Prev in Thread] Current Thread [Next in Thread]