13 lines
424 B
Plaintext
13 lines
424 B
Plaintext
$OpenBSD: patch-configure,v 1.2 2004/10/08 19:34:28 danh Exp $
|
|
--- configure.orig Wed Mar 12 11:37:41 2003
|
|
+++ configure Fri Oct 8 11:39:24 2004
|
|
@@ -4699,7 +4699,7 @@ cat >>conftest.$ac_ext <<_ACEOF
|
|
}
|
|
|
|
#ifdef HAVE_NETSNMP
|
|
- version2 = strdup( NetSnmpVersionInfo );
|
|
+ version2 = strdup( netsnmp_get_version() );
|
|
#else
|
|
version2 = strdup( VersionInfo);
|
|
#endif
|