mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-30 15:32:37 +08:00
[svn-r26669] Remove code to prevent duplicate includes of /usr/include and /usr/lib.
Tested h5committest
This commit is contained in:
parent
ea029945f5
commit
11413003c2
45
configure.ac
45
configure.ac
@ -1228,15 +1228,6 @@ case $withval in
|
||||
;;
|
||||
esac
|
||||
|
||||
## Trying to include -I/usr/include and -L/usr/lib is redundant and
|
||||
## can mess some compilers up.
|
||||
if test "X$dmalloc_inc" = "X/usr/include"; then
|
||||
dmalloc_inc=""
|
||||
fi
|
||||
if test "X$dmalloc_lib" = "X/usr/lib"; then
|
||||
dmalloc_lib=""
|
||||
fi
|
||||
|
||||
saved_CPPFLAGS="$CPPFLAGS"
|
||||
saved_AM_CPPFLAGS="$AM_CPPFLAGS"
|
||||
saved_LDFLAGS="$LDFLAGS"
|
||||
@ -1312,15 +1303,6 @@ case $withval in
|
||||
;;
|
||||
esac
|
||||
|
||||
## Trying to include -I/usr/include and -L/usr/lib is redundant and
|
||||
## can mess some compilers up.
|
||||
if test "X$zlib_inc" = "X/usr/include"; then
|
||||
zlib_inc=""
|
||||
fi
|
||||
if test "X$zlib_lib" = "X/usr/lib"; then
|
||||
zlib_lib=""
|
||||
fi
|
||||
|
||||
saved_CPPFLAGS="$CPPFLAGS"
|
||||
saved_AM_CPPFLAGS="$AM_CPPFLAGS"
|
||||
saved_LDFLAGS="$LDFLAGS"
|
||||
@ -1411,15 +1393,6 @@ case $withval in
|
||||
;;
|
||||
esac
|
||||
|
||||
## Trying to include -I/usr/include and -L/usr/lib is redundant and
|
||||
## can mess some compilers up.
|
||||
if test "X$szlib_inc" = "X/usr/include"; then
|
||||
szlib_inc=""
|
||||
fi
|
||||
if test "X$szlib_lib" = "X/usr/lib"; then
|
||||
szlib_lib=""
|
||||
fi
|
||||
|
||||
saved_CPPFLAGS="$CPPFLAGS"
|
||||
saved_AM_CPPFLAGS="$AM_CPPFLAGS"
|
||||
saved_LDFLAGS="$LDFLAGS"
|
||||
@ -1602,15 +1575,6 @@ if test "X$THREADSAFE" = "Xyes"; then
|
||||
;;
|
||||
esac
|
||||
|
||||
## Trying to include -I/usr/include and -L/usr/lib is redundant and
|
||||
## can mess some compilers up.
|
||||
if test "X$pthread_inc" = "X/usr/include"; then
|
||||
pthread_inc=""
|
||||
fi
|
||||
if test "X$pthread_lib" = "X/usr/lib"; then
|
||||
pthread_lib=""
|
||||
fi
|
||||
|
||||
if test -n "$pthread_inc"; then
|
||||
saved_CPPFLAGS="$CPPFLAGS"
|
||||
saved_AM_CPPFLAGS="$AM_CPPFLAGS"
|
||||
@ -2257,15 +2221,6 @@ if test -n "$PARALLEL"; then
|
||||
;;
|
||||
esac
|
||||
|
||||
## Trying to include -I/usr/include and -L/usr/lib is redundant and
|
||||
## can mess some compilers up.
|
||||
if test "X$mpe_inc" = "X/usr/include"; then
|
||||
mpe_inc=""
|
||||
fi
|
||||
if test "X$mpe_lib" = "X/usr/lib"; then
|
||||
mpe_lib=""
|
||||
fi
|
||||
|
||||
if test -n "$mpe_inc"; then
|
||||
saved_CPPFLAGS="$CPPFLAGS"
|
||||
saved_AM_CPPFLAGS="$AM_CPPFLAGS"
|
||||
|
Loading…
Reference in New Issue
Block a user