mirror of
https://abf.rosa.ru/djam/glibc40.git
synced 2025-02-24 00:02:53 +00:00
25 lines
702 B
Diff
25 lines
702 B
Diff
diff -Nur glibc-2.15-a316c1f.old/configure glibc-2.15-a316c1f/configure
|
|
--- glibc-2.15-a316c1f.old/configure 2013-09-10 18:34:15.000000000 +0400
|
|
+++ glibc-2.15-a316c1f/configure 2013-09-10 18:36:11.818938892 +0400
|
|
@@ -3758,8 +3758,8 @@
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
/* end confdefs.h. */
|
|
typedef int PRBool;
|
|
-#include <hasht.h>
|
|
-#include <nsslowhash.h>
|
|
+#include <nss/hasht.h>
|
|
+#include <nss/nsslowhash.h>
|
|
void f (void) { NSSLOW_Init (); }
|
|
int
|
|
main ()
|
|
@@ -3781,8 +3781,8 @@
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
/* end confdefs.h. */
|
|
typedef int PRBool;
|
|
-#include <hasht.h>
|
|
-#include <nsslowhash.h>
|
|
+#include <nss/hasht.h>
|
|
+#include <nss/nsslowhash.h>
|
|
int
|
|
main ()
|
|
{
|