]> 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 08d73540dec63b61c43e5260adbf1ff69fac51d2..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
@@ -50,9 +50,9 @@ AC_DEFUN([PDNS_WITH_ORACLE],[
   # we have to check for client9 as well...
   # test -lclntsh
   old_LDFLAGS="$LDFLAGS"
-  LDFLAGS="-L$with_oracle_libs -lnnz11 -locci"
+  LDFLAGS="-L$with_oracle_libs -locci"
   AC_CHECK_LIB([clntsh],[OCIEnvInit],
-    [ORACLE_LIBS="-L$with_oracle_libs -lnnz11 -lclntsh -locci"],
+    [ORACLE_LIBS="-L$with_oracle_libs -lclntsh -locci"],
     AC_CHECK_LIB([client9], [OCIEnvInit],
       [ORACLE_LIBS="-L$with_oracle_libs -lclient9 -lclntsh9"],
       [AC_MSG_ERROR([Could not find client libraries])]