diff options
author | Dan Kalowsky <kalowsky@php.net> | 2000-07-24 18:01:42 +0000 |
---|---|---|
committer | Dan Kalowsky <kalowsky@php.net> | 2000-07-24 18:01:42 +0000 |
commit | f6d891674dd1f65f229dcb5b5da196ec715c9b07 (patch) | |
tree | 7e33aef6aaac46c065131af6eb73a990387e372c /ext/odbc | |
parent | e9427bc0780988e2e4963e712aa2e1eb9466a352 (diff) | |
download | php-git-f6d891674dd1f65f229dcb5b5da196ec715c9b07.tar.gz |
Patched to work for Solid/Linux libc5 and glibc2 without the need for renaming the lib files, thanks to Kevin Way... fixed typo from GLIHC to GLIBC
Diffstat (limited to 'ext/odbc')
-rw-r--r-- | ext/odbc/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/odbc/config.m4 b/ext/odbc/config.m4 index 7b13dda331..c1b60c9e33 100644 --- a/ext/odbc/config.m4 +++ b/ext/odbc/config.m4 @@ -9,7 +9,7 @@ AC_DEFUN(AC_FIND_SOLID_LIBS,[ AIX) ac_solid_os=a3x;; # a4x for AIX4 HP-UX) ac_solid_os=h9x;; # h1x for hpux11, h0x for hpux10 IRIX) ac_solid_os=irx;; - Linux) if ldd -v /bin/sh | grep GLIHC > /dev/null; then + Linux) if ldd -v /bin/sh | grep GLIBC > /dev/null; then ac_solid_os=l2x else ac_solid_os=lux |