~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to m4/search_for_lib.m4

  • Committer: Brian Aker
  • Date: 2008-12-02 20:27:31 UTC
  • mfrom: (632.1.22 devel)
  • Revision ID: brian@tangent.org-20081202202731-s9uuax1028iidh6r
Merge from Monty (Sun Studio)

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
       AS_VAR_SET([path_var],[$PATH])
40
40
      ],
41
41
      [AS_VAR_SET([have_lib],[no])
42
 
       AS_VAR_SET([with_lib],["AS_VAR_GET([path_var]) /opt/csw"])
 
42
       AS_VAR_SET([with_lib],["AS_VAR_GET([path_var]) /usr/local /opt/csw"])
43
43
      ])
44
44
  ])
45
45
  AS_IF([test "AS_VAR_GET([with_lib])" != yes],[
73
73
  ])
74
74
  AS_IF([test AS_VAR_GET([have_lib]) = no],[
75
75
    AC_MSG_WARN([$3 or lib$1.a not found. Try installing $1 developement packages])
76
 
    [$4]
 
76
    $4
77
77
  ])
78
78
  AC_SUBST(libs_var)
79
79
  AC_SUBST(cflags_var)