From c92a776bcf4210ad2073aa0d76e88b6fe82dc2a3 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Thu, 15 Jan 2004 06:51:20 +0000 Subject: Fix for bug 905. Remove POBAD_CC as it doesn't seem to be applicable anymore. (This used to be commit 67d25f3de803f7e599c51cacd51367f124151d6b) --- examples/VFS/configure.in | 3 --- 1 file changed, 3 deletions(-) (limited to 'examples/VFS') diff --git a/examples/VFS/configure.in b/examples/VFS/configure.in index 68931ad3d8..fda4cf3a31 100644 --- a/examples/VFS/configure.in +++ b/examples/VFS/configure.in @@ -55,7 +55,6 @@ AC_SUBST(SHLD) AC_SUBST(HOST_OS) AC_SUBST(PICFLAGS) AC_SUBST(PICSUFFIX) -AC_SUBST(POBAD_CC) AC_SUBST(SHLIBEXT) AC_SUBST(INSTALLCLIENTCMD_SH) AC_SUBST(INSTALLCLIENTCMD_A) @@ -181,7 +180,6 @@ SONAMEFLAG="#" SHLD="\${CC}" PICFLAGS="" PICSUFFIX="po" -POBAD_CC="#" SHLIBEXT="so" if test "$enable_shared" = "yes"; then @@ -214,7 +212,6 @@ if test "$enable_shared" = "yes"; then ## ${CFLAGS} added for building 64-bit shared ## libs using Sun's Compiler LDSHFLAGS="-G \${CFLAGS}" - POBAD_CC="" PICSUFFIX="po.o" fi ;; -- cgit