summaryrefslogtreecommitdiff
path: root/logging.c
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2006-11-10 01:24:33 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2006-11-10 01:24:33 +0000
commit59d8141221cb347b5576c9d77ba6ad0efff5f288 (patch)
tree5c43d13cec50d15b34f35c8fdc32b5f96b5083eb /logging.c
parent87a1e50132570ebab3d661c478656fba5ba499cd (diff)
downloadmpfr-59d8141221cb347b5576c9d77ba6ad0efff5f288.tar.gz
Fixed test of logging support.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@4203 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'logging.c')
-rw-r--r--logging.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/logging.c b/logging.c
index 0e2277797..157526eb3 100644
--- a/logging.c
+++ b/logging.c
@@ -32,10 +32,6 @@ MA 02110-1301, USA. */
#include <stdarg.h>
#include <time.h>
-# if !__MPFR_GLIBC(2,0)
-# error "Logging not supported. (Glibc >= 2.0)"
-# endif
-
/* Define LOGGING variables */
FILE *mpfr_log_file;