tsocket/bsd: more correctly check if the cached tevent_fd is still valid
[ira/wip.git] / lib / popt / libpopt.m4
index 79980d1d6b504344330e1ce0d4e76ff5c4a7f698..cfa2eaad23210342575082f0d16009478dce2303 100644 (file)
@@ -25,7 +25,7 @@ if test x"$INCLUDED_POPT" != x"no"; then
        dnl find the popt sources. This is meant to work both for 
        dnl popt standalone builds, and builds of packages using popt
        poptdir=""
-       poptpaths="$srcdir $srcdir/lib/popt $srcdir/popt $srcdir/../popt"
+       poptpaths="$srcdir $srcdir/lib/popt $srcdir/popt $srcdir/../popt $srcdir/../lib/popt"
        for d in $poptpaths; do
                if test -f "$d/popt.c"; then
                        poptdir="$d"