From 7cfe4b007ac80ffa59fb67f5703deeb121a5de9a Mon Sep 17 00:00:00 2001 From: Richard Kreckel Date: Tue, 16 May 2000 22:00:16 +0000 Subject: [PATCH] - GiNaCcint also builds with --disable-static now. --- configure | 7 ++----- configure.in | 3 --- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/configure b/configure index c772faa4..46ca84a0 100755 --- a/configure +++ b/configure @@ -3027,9 +3027,6 @@ fi GINACCINTDIR= if test "x$with_cint" != "xno"; then - if test "x$enable_static" != "xyes"; then - { echo "configure: error: currently GiNaC-cint needs to build a static libginac" 1>&2; exit 1; } - fi if test "x$with_cint" = "xyes"; then if test "x$CINTSYSDIR" = "x"; then { echo "configure: error: please export \$CINTSYSDIR or specify --with-cint=CINTSYSDIR" 1>&2; exit 1; } @@ -3041,7 +3038,7 @@ if test "x$with_cint" != "xno"; then # Extract the first word of "cint", so it can be a program name with args. set dummy cint; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:3045: checking for $ac_word" >&5 +echo "configure:3042: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_CINT'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -3077,7 +3074,7 @@ fi # Extract the first word of "makecint", so it can be a program name with args. set dummy makecint; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:3081: checking for $ac_word" >&5 +echo "configure:3078: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_MAKECINT'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else diff --git a/configure.in b/configure.in index 2964758d..4a6799d1 100644 --- a/configure.in +++ b/configure.in @@ -154,9 +154,6 @@ AC_SUBST(REFERENCE_TARGETS) dnl Configure GiNaC-cint GINACCINTDIR= if test "x$with_cint" != "xno"; then - if test "x$enable_static" != "xyes"; then - AC_MSG_ERROR([currently GiNaC-cint needs to build a static libginac]) - fi if test "x$with_cint" = "xyes"; then if test "x$CINTSYSDIR" = "x"; then AC_MSG_ERROR([please export \$CINTSYSDIR or specify --with-cint=CINTSYSDIR]) -- 2.44.0