~canonical-scott/upstart/trunk

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Scott James Remnant
  • Author(s): Michael Biebl
  • Date: 2010-03-02 00:03:37 UTC
  • Revision ID: scott@netsplit.com-20100302000337-u0fgx4o2snazryic
* configure.ac: Remove double-quoting from NIH_CFLAGS and
NIH_DBUS_CFLAGS when using --with-local-libnih

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
 
35
35
        nih_dir="`cd $withval && pwd`"
36
36
 
37
 
        NIH_CFLAGS="-I\"\\\"$nih_dir\\\"\""
 
37
        NIH_CFLAGS="-I\"$nih_dir\""
38
38
        NIH_LIBS="\"$nih_dir/nih/libnih.la\""
39
 
        NIH_DBUS_CFLAGS="-I\"\\\"$nih_dir\\\"\""
 
39
        NIH_DBUS_CFLAGS="-I\"$nih_dir\""
40
40
        NIH_DBUS_LIBS="\"$nih_dir/nih-dbus/libnih-dbus.la\""
41
41
        NIH_DBUS_TOOL="\"$nih_dir/nih-dbus-tool/nih-dbus-tool\""])
42
42
])