]> git.ipfire.org Git - thirdparty/pdns.git/blobdiff - m4/pdns_with_oracle.m4
Merge pull request #7844 from Habbie/auth-regress-docker-daemons
[thirdparty/pdns.git] / m4 / pdns_with_oracle.m4
index d8428f9cbf90b38d9f30d978e99d718ffc576047..0f16fbd0df64a1f45d0c676e17d5f312c1c59c1e 100644 (file)
@@ -31,7 +31,7 @@ AC_DEFUN([PDNS_WITH_ORACLE],[
   AC_SUBST([ORACLE_LIBS])
 
   if test x"$with_oracle_libs" = "x"; then
-     # check possible locationse
+     # check possible locations
      for p1 in /usr/lib/oracle /usr/local/lib/oracle; do
        for p2 in $p1/*/client*/lib; do
          if test -d "$p2"; then