From ad4ab87b6ef1236229ff5e721eace5f5eb803b71 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Thu, 19 Jun 2008 15:33:47 +0000 Subject: [PATCH] refactoring --- configure.ac | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index 5ffaa8d..026789a 100644 --- a/configure.ac +++ b/configure.ac @@ -12,9 +12,6 @@ AC_PREREQ(2.59) # The AC_CONFIG_HEADERS macro selects this kind of output. AC_CONFIG_HEADER(config.h) -CFLAGS=-fPIC - - ############################################################################### ################# --enable-xxx and --with-xxx Argument ######################## ############################################################################### @@ -73,7 +70,7 @@ SAVE_MPIFC=$MPIFC SAVE_MPILIB=$MPILIB SAVE_MPIINC=$MPIINC SAVE_CFLAGS=$CFLAGS -CFLAGS='' +CFLAGS="-fPIC" SAVE_FFLAGS=$FFLAGS SAVE_MPIROOT=$MPIROOT SAVE_HDF5ROOT=$HDF5ROOT