diff options
Diffstat (limited to 'macros/gnome-pilot.m4')
-rw-r--r-- | macros/gnome-pilot.m4 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/macros/gnome-pilot.m4 b/macros/gnome-pilot.m4 index 07c310f456..17d03ba824 100644 --- a/macros/gnome-pilot.m4 +++ b/macros/gnome-pilot.m4 @@ -24,6 +24,7 @@ AC_DEFUN([PILOT_LINK_HOOK],[ ifelse([$1], [], :, [$1]) else PISOCK_CFLAGS="-I$withval/include" + incdir="$withval/include" PISOCK_LIBS="-L$withval/lib -lpisock" AC_MSG_CHECKING("for existance of $withval/lib/libpisock.so") if test -r $withval/lib/libpisock.so; then @@ -52,7 +53,7 @@ AC_DEFUN([PILOT_LINK_HOOK],[ ]) fi - if test x$PISOCK_LIBS = x; then + if test "x$PISOCK_LIBS" = "x"; then AC_CHECK_LIB(pisock, pi_accept, [ PISOCK_LIBS=-lpisock ], [ AC_MSG_ERROR("Unable to find libpisock. Try ftp://ryeham.ee.ryerson.ca/pub/PalmOS/.") ]) fi |