Fix typo in HACKING.md
authorRui Ueyama <rui314@gmail.com>
Tue, 21 May 2013 18:27:42 +0000 (11:27 -0700)
committerRui Ueyama <rui314@gmail.com>
Tue, 21 May 2013 18:27:42 +0000 (11:27 -0700)
HACKING.md

index 11edf74..8e1696a 100644 (file)
@@ -62,7 +62,7 @@ googletest (gtest) library.
 * On newer Ubuntus it's only distributed as source
 
         apt-get install libgtest-dev
-        ./configure --with-gtest=/usr/src/gtest
+        ./configure.py --with-gtest=/usr/src/gtest
 
 * Otherwise you need to download it, unpack it, and pass
   `--with-gtest` to `configure.py`.  Get it from [its downloads