diff options
Diffstat (limited to 'netware')
-rwxr-xr-x | netware/BUILD/mwenv | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/netware/BUILD/mwenv b/netware/BUILD/mwenv index bc797c442ab..c3869d2ec90 100755 --- a/netware/BUILD/mwenv +++ b/netware/BUILD/mwenv @@ -26,8 +26,8 @@ WINE_BUILD_DIR=`echo "$BUILD_DIR" | sed 's_'$base_unix_part'/__'` WINE_BUILD_DIR="$base/$WINE_BUILD_DIR" echo "WINE_BUILD_DIR: $WINE_BUILD_DIR" -# Look for libc, MySQL 5.0.x uses libc-2003 by default -libcdir="$MYDEV/libc-2003" +# Look for libc, MySQL 5.1.x uses libc-2006 by default +libcdir="$MYDEV/libc-2006" if test ! -d $libcdir then # The libcdir didn't exist, set default |