diff --git a/trunk/makehivex.sh b/trunk/makehivex.sh index b69bf01..16fd321 100755 --- a/trunk/makehivex.sh +++ b/trunk/makehivex.sh @@ -1,14 +1,13 @@ #!/bin/bash # When compiling under mingw, make sure PKG_CONFIG_PATH is set uname | grep MINGW &>/dev/null if [ $? -eq 0 ]; then - export PKG_CONFUG_PATH="/local/lib/pkgconfig" + export PKG_CONFIG_PATH="/local/lib/pkgconfig" fi cd hivex -make clean autoreconf ./configure --disable-ocaml --disable-perl --disable-python --disable-ruby && make cd ..