~ubuntu-branches/ubuntu/trusty/net-snmp/trusty

« back to all changes in this revision

Viewing changes to win32/Configure

  • Committer: Bazaar Package Importer
  • Author(s): Jochen Friedrich
  • Date: 2010-06-10 18:02:54 UTC
  • mto: (1.4.1 experimental)
  • mto: This revision was merged to the branch mainline in revision 44.
  • Revision ID: james.westby@ubuntu.com-20100610180254-6ezvupl2clicwdqf
ImportĀ upstreamĀ versionĀ 5.4.3~dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
258
258
    s/^OUTDIR=/OUTDIR=.\\$outdir/;
259
259
    s/^INTDIR=/INTDIR=.\\$intdir/;
260
260
    s/^SSL=.*/SSL=$openssl/;
261
 
    s/#(.*?)\s+# uncomment for winExtDLL.*/$1/;
262
 
    s/^LIB32_FLAGS=(.*)/LIB32_FLAGS=MgmtAPI.lib snmpapi.lib $1/;
 
261
    if ($b_winextdll == 1) {
 
262
      s/#(.*?)\s+# uncomment for winExtDLL.*/$1/;
 
263
      s/^LIB32_FLAGS=(.*)/LIB32_FLAGS=MgmtAPI.lib snmpapi.lib $1/;
 
264
    }
263
265
    print MAKE_OUT $_ . "\n";
264
266
  }
265
267
}