summaryrefslogtreecommitdiff
path: root/lib/popt
diff options
context:
space:
mode:
Diffstat (limited to 'lib/popt')
-rw-r--r--lib/popt/libpopt.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/popt/libpopt.m4 b/lib/popt/libpopt.m4
index 79980d1d6b..cfa2eaad23 100644
--- a/lib/popt/libpopt.m4
+++ b/lib/popt/libpopt.m4
@@ -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"