Skip to content

Commit

Permalink
dirac: patch for 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fxcoudert committed May 15, 2017
1 parent 3adff9b commit 6abf800
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions dirac/1.0.2.patch
@@ -0,0 +1,45 @@
diff --git a/configure b/configure
index 41329b9..8f5ed19 100755
--- a/configure
+++ b/configure
@@ -15903,30 +15903,8 @@ ACLOCAL_AMFLAGS="-I m4 $ACLOCAL_AMFLAGS"
use_msvc=no


-case "$CXX" in
- cl*|CL*)
- CXXFLAGS="-nologo -W1 -EHsc -DWIN32"
- if test x"$enable_shared" = "xyes"; then
- LIBEXT=".dll";
- LIBFLAGS="-DLL -INCREMENTAL:NO"
- CXXFLAGS="$CXXFLAGS -D_WINDLL"
- else
- LIBEXT=".lib";
- LIBFLAGS="-lib"
- fi
- RANLIB="echo"
- use_msvc=yes
- ;;
- *)
- ;;
-esac
- if test x"$use_msvc" = "xyes"; then
- USE_MSVC_TRUE=
- USE_MSVC_FALSE='#'
-else
USE_MSVC_TRUE='#'
USE_MSVC_FALSE=
-fi



@@ -22678,7 +22656,8 @@ $debug ||
if test -n "$CONFIG_FILES"; then


-ac_cr=''
+ac_cr='
+'
ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
ac_cs_awk_cr='\\r'
Expand Down

0 comments on commit 6abf800

Please sign in to comment.