]> arthur.barton.de Git - netatalk.git/commitdiff
bugfix from Bjorn Fernhomberg
authordidg <didg>
Fri, 2 May 2003 17:53:10 +0000 (17:53 +0000)
committerdidg <didg>
Fri, 2 May 2003 17:53:10 +0000 (17:53 +0000)
macros/iconv.m4

index 82f7aac4385a7370a6125a68250727f129cbd6f6..738c60de026258ebab7935a2cf31a199f0ae22c4 100644 (file)
@@ -17,7 +17,7 @@ dnl   # check for libiconv support
            CFLAGS="$CFLAGS -I$withval/include"
            LDFLAGS="$LDFLAGS -L$withval/lib"
            AC_CHECK_LIB(iconv, iconv_open, [
-                                if test "$withval" != "/usr" && "$withval" != ""; then
+                                if test "$withval" != "/usr" && test "$withval" != ""; then
                                     ICONV_CFLAGS="-I$withval/include"
                                     ICONV_LIBS ="-L$withval/lib"
                                 fi