fix configure --srcdir for freetdm

This commit is contained in:
Mathieu Rene 2010-12-10 14:56:29 -05:00
parent 98ed05cc98
commit c5e2fc1571
1 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
#! /bin/sh
./configure "$@" --with-pic
srcpath=$(dirname $0 2>/dev/null ) || srcpath="."
$srcpath/configure "$@" --with-pic